Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 732 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 732 Bytes

React Native, WatermelonDB

This is just an example on how to use WatermelonDB with React Native

Instructions

Clone the repository and install:

    git clone [email protected]:maaugusto/react-native-watermelon.git
    cd react-native-watermelon && npm i

To use watermelon sync feature uncoment the reference lines into App.js and set SYNC_API_URL variable under config.js file. Remember to set your own backend routes

Now just run:

    npx react-native run-ios

See more at: https://nozbe.github.io/WatermelonDB/ch01-00-get-excited.html