react-native-replicache icon indicating copy to clipboard operation
react-native-replicache copied to clipboard

Plug-in React Native compatibility bindings for Replicache.

Results 5 react-native-replicache issues
Sort by recently updated
recently updated
newest added

The react-native-quick-sqlite package has been deprecated! https://github.com/ospfranco/react-native-quick-sqlite The maintainer recommends migrating to op-sqlite (https://github.com/OP-Engineering/op-sqlite) which is actively maintained and has some nice performance improvements. Because of your excellent work on...

I'm attempting to implement the react-native-quick-sqlite package and the replicache instantiation fails, throws the following warning: ``` WARN Possible Unhandled Promise Rejection (id: 1): Error: Did not resolve Error: Did...

This PR resolves a frequent "Unhandled promise rejection" warning from react-native-quick-sqlite - upgraded react-native-quick-sqlite to latest (8.0.4) - replaced deprecated `transactionAsync` call

There are some types that are copied from Replicache. For example: https://github.com/Braden1996/react-native-replicache/blob/a7b37b49ea4199e58f4262d83c19da17f2f6867b/packages/deep-freeze/src/json-value.ts#L2 This should be able to use the exported types directly to prevent copy/paste but also to ensure same...