thewei / react-native-store

A simple database base on react-native AsyncStorage.
https://github.com/thewei/react-native-store
Other
569 stars 74 forks source link

loopback-connector #47

Open cajoy opened 8 years ago

cajoy commented 8 years ago

Does anyone knows how to connect AsyncStorage with loopback.io?

What I am looking is to use loopback (browserify or etc) + connector for AsyncStorage in React Native app. Then set up auto sync with backend api. So app may work offline...

klvs commented 8 years ago

Off the top of my head, something like couchbase might be a good solution.