appbuilders18app
appbuilders18app copied to clipboard
The App Builders 2018 iOS and Android app built as an experiment in React Native.
App Builders 2018 iOS & Android app
Prerequisites
Ensure you have installed node/npm, yarn (optional) and react-native-cli.
Installation
Install dependencies
yarn install
Link native packages
react-native link
To seed the Cloud Firestore database, execute the following script which will post data.json
to Firebase:
node SeedFirestore.js