https://github.com/balestrapatrick/appbuilders18app
The App Builders 2018 iOS and Android app built as an experiment in React Native.
https://github.com/balestrapatrick/appbuilders18app
android app builders conference ios native react
Last synced: 6 months ago
JSON representation
The App Builders 2018 iOS and Android app built as an experiment in React Native.
- Host: GitHub
- URL: https://github.com/balestrapatrick/appbuilders18app
- Owner: BalestraPatrick
- Created: 2017-12-22T23:53:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-29T19:24:16.000Z (almost 7 years ago)
- Last Synced: 2025-03-24T01:35:25.137Z (7 months ago)
- Topics: android, app, builders, conference, ios, native, react
- Language: JavaScript
- Homepage: https://appbuilders.ch
- Size: 94.5 MB
- Stars: 29
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: News/NewsScreen.js
Awesome Lists containing this project
README
# App Builders 2018 iOS & Android app
## Prerequisites
Ensure you have installed [node/npm](https://nodejs.org/), [yarn](https://yarnpkg.com/) (optional) and [react-native-cli](http://facebook.github.io/react-native/docs/getting-started.html#the-react-native-cli).
## Installation
Install dependencies
```bash
yarn install
```Link native packages
```bash
react-native link
```To seed the Cloud Firestore database, execute the following script which will post `data.json` to Firebase:
```bash
node SeedFirestore.js
```