Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mizchi/rn-expo-firebase-web
https://github.com/mizchi/rn-expo-firebase-web
expo firebase react-native react-native-app
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mizchi/rn-expo-firebase-web
- Owner: mizchi
- Created: 2018-02-28T17:43:31.000Z (over 6 years ago)
- Default Branch: topub
- Last Pushed: 2018-02-28T17:46:34.000Z (over 6 years ago)
- Last Synced: 2024-09-28T18:42:59.010Z (about 2 months ago)
- Topics: expo, firebase, react-native, react-native-app
- Language: JavaScript
- Size: 75.2 KB
- Stars: 17
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rn-expo-firebase-web
Truly universal react application dev stack.
## Stack
* expo
* react-native-web
* firebase
* styled-components
* react-native-easy-grid
* flow## How to login with firebase
* Firebase: Set your firebase option to `src/config/firebase.js`
* Facebook Login: Set your facebook `APP_ID` to `src/config/facebook.js`## How to build
### Native build
Use Expo XDE
### Web Build
```
yarn build:web
```