You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,7 +176,7 @@ SQLiteDatabase db = SQLiteDatabase.openDatabase(config, null, null);
176
176
177
177
**Note:** Additional settings and configuration are required for a complete setup. For full implementation details, see the [complete Android example](https://github.com/sqliteai/sqlite-extensions-guide/blob/main/examples/android/README.md).
178
178
179
-
### React Native / Expo
179
+
### Expo
180
180
181
181
Install the Expo package:
182
182
@@ -203,14 +203,14 @@ npx expo prebuild --clean
203
203
Load the extension:
204
204
205
205
```typescript
206
-
import { open } from'@op-engineering/op-sqlite';
207
206
import { Platform } from'react-native';
207
+
import { getDylibPath, open } from'@op-engineering/op-sqlite';
0 commit comments