Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1009 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 1009 Bytes

Postits

Sample React Native project that uses Firebase Realtime Database

Click here to see how this app looks like

Running

  1. clone the repo
  2. run npm install from the project root directory
  3. create a database under your firebase console, and add its keys to postits/src/config.js
  4. run react-native run-ios or react-native run-android. if you get any error, try cleaning the cache by running react-native start --reset-cache and then try to run the app again (in case you want to run on android, you need to create the file local.properties under the android directory, and add your sdk dir)

Third-party libraries

  1. Firebase
  2. Lodash
  3. Styled Components
  4. React Native Swiper
  5. React Native Gesture Handler