Home

Awesome

react-native-sync-demo

Demo React Native App for react-native-sync.

Setup the source code

Run the app

Use Xcode to open the iOS project in the react-native-sync-demo-master/ios folder. Run the app in simulator.

On the Settings tab, fill in the sync server and sync user info. Feel free to use our test server url: http://203.195.233.31:8080/pervasync/server. Use user name user1 or user2. Password is password.

After you save the server url and user credentials, navigate to the Database tab and do a pull-to-refresh to start a sync session. The initial sync may take 100 seconds to pull down around a set of tables with 10 thousand records and a handful of files from sync server. After that, incremental sync would only take a couple of seconds. Use the Database and Files tabs to examine the DB table contents and view the synod files.

settings.pngpull_sync.png
database.pngrecord_editor.png
files.pngdoc_viewer.png

Your own sync server and React Native app

If you like the sync tool, you can setup your own sync server to publish your database tables and OS folders to be synced to your mobile app. More info at pervasync.com.

You can create your own app based on the demo or write it from scratch. Either way, check out react-native-sync for details of the sync API.