Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/powersync-op-sqlite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ Follow the installation instructions for the [React Native SDK](https://github.c
npx expo install @powersync/op-sqlite
```

When using this package without a frameowrk like Expo, we recommend adding [this metro config](https://github.com/powersync-ja/powersync-js/tree/main/packages/react-native#metro-config-optional)
to avoid issues related to bundling PowerSync.
Without it, you may be getting `TypeError: Cannot read property 'PowerSyncDatabase' of undefined` or similar errors.

### Install Peer Dependency:

This SDK currently requires `@op-engineering/op-sqlite` as a peer dependency.
Expand Down