We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b26d26d commit f1a2d7aCopy full SHA for f1a2d7a
packages/powersync-op-sqlite/README.md
@@ -89,7 +89,7 @@ import { getDylibPath } from '@op-engineering/op-sqlite';
89
90
let libPath: string
91
if (Platform.OS === 'ios') {
92
- libPath = get_the_path_to_your_library
+ libPath = getDylibPath('co.powersync.sqlitecore', 'powersync-sqlite-core')
93
} else {
94
libPath = 'libpowersync';
95
}
0 commit comments