How to sync PostgreSQL data and ReactNative mobile app data? How to sync PostgreSQL data and ReactNative mobile app data? postgresql postgresql

How to sync PostgreSQL data and ReactNative mobile app data?


You could add pouchDB to your ReactNative app instead of AsyncStorage and connect it to your Postgres DB using pouchDB as mentioned here

UPDATE: It is worth investigating Operational Transformations for future reference: