Hello,
we are exploring React Native + Realm option. We are planning to use SYNC feature. Here is scenario i am trying to solve:
- User is in NETWORK
- User login into the app
- User able to view data on screen. Data is synced.
- User logout from the app
- User goes out of NETWORK
- User needs to access offline data
- User CANT login in offline mode, so user cant access app
any suggestions ?