Skip to content

Commit 109792f

Browse files
committed
Add notice about sqlite support on ios/android
1 parent 3ef4861 commit 109792f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/docs/installation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ npx expo install @op-engineering/op-sqlite
1818
npx expo prebuild
1919
```
2020

21+
This package only runs on `iOS`, `Android` and `macOS`, same as `expo-sqlite`, this is a technical limitation as sqlite does not run on the browser.
22+
2123
# Configuration
2224

2325
SQLite is very customizable on compilation level. op-sqlite also allows you add extensions or even change the base implementation. You can do this by adding the following to your `package.json`:

0 commit comments

Comments
 (0)