inProgress-team / react-native-meteor

Meteor Reactivity for your React Native application :)
MIT License
693 stars 210 forks source link

Meteor offline/online sync ? #190

Closed ajonno closed 7 years ago

ajonno commented 7 years ago

hi, sorry for posting here but we're new to Meteor and need some info fairly quickly. We're building a React Native app for our client. Does this library allow for 'offline first' capability ? i.e. data is persisted on device (iOS or droid) when not connected to internet. Then when back online, the stored data will sync back to Meteor, properly handling updates (latest update wins etc) ?

adamgins commented 7 years ago

See this https://github.com/inProgress-team/react-native-meteor/issues/154

ajonno commented 7 years ago

thanks will take a look