Skip to content

Commit

Permalink
Merge pull request #8 from cogell/master
Browse files Browse the repository at this point in the history
Update README.md small expo-sqlite typo
  • Loading branch information
Braden1996 authored May 27, 2024
2 parents 60649c7 + 4f8f9ef commit df29c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ You most likely want to use web-sockets for this. This is relatively trivial wit
- `yarn add expo-crypto`
- Decide which SQLite binding is for you and install one of the following:
- `yarn add react-native-quick-sqlite @react-native-replicache/react-native-quick-sqlite`
- `yarn add expo-sqlite @react-native-replicache/expo-sqlite`
- `yarn add expo-sqlite @react-native-replicache/react-native-expo-sqlite`
2. Ensure that you've polyfilled `crypto.getRandomValues` on the global namespace.
- See [here for an example](https://github.com/Braden1996/react-native-replicache/blob/master/packages/example/mobile-react-native/src/crypto-polyfill.ts).
3. Pass in your chosen SQLite binding's React Native Replicache binding into Replicache's `experimentalCreateKVStore` option.
Expand Down

0 comments on commit df29c18

Please sign in to comment.