Skip to content

Commit 99b6c1f

Browse files
authored
Update README.md
1 parent 2e39b2a commit 99b6c1f

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Additionally, some configuration is required to received poke events from the se
2222
- `yarn add @react-native-replicache/react-native-expo-sqlite expo-sqlite expo-crypto`
2323
2. Ensure that you've polyfilled `crypto.getRandomValues` on the global namespace.
2424
- See [here for an example](https://github.com/Braden1996/react-native-replicache/blob/master/packages/example/mobile-react-native/src/crypto-polyfill.ts).
25-
3. Pass `createReplicacheQuickSQLiteExperimentalCreateKVStore` into Replicache's `experimentalCreateKVStore` option.
25+
3. Pass `createReplicacheReactNativeQuickSQLiteExperimentalCreateKVStore` or `createReplicacheReactNativeExpoSQLiteExperimentalCreateKVStore` into Replicache's `experimentalCreateKVStore` option.
2626
- See [here for an example](https://github.com/Braden1996/react-native-replicache/blob/master/packages/example/mobile-react-native/src/use-replicache.ts).
2727

2828
## What else will I need to do?
@@ -52,11 +52,3 @@ Additionally, some configuration is required to received poke events from the se
5252

5353
- [Flipper](https://fbflipper.com/) has been configured for use with the example app.
5454
- Download it to browser network requests etc
55-
56-
57-
## Future Thoughts
58-
59-
- I'm debating switch underlying React Native <> SQLite binding.
60-
- Options are:
61-
- [`expo-sqlite`](https://docs.expo.dev/versions/latest/sdk/sqlite/)
62-
- [`react-native-sqlite-storage`](https://github.com/andpor/react-native-sqlite-storage)

0 commit comments

Comments
 (0)