https://github.com/yottahmd/react-native-firebase-app-example
Example Application using React Native and Firebase
https://github.com/yottahmd/react-native-firebase-app-example
Last synced: 3 months ago
JSON representation
Example Application using React Native and Firebase
- Host: GitHub
- URL: https://github.com/yottahmd/react-native-firebase-app-example
- Owner: yohamta
- License: mit
- Created: 2018-07-03T10:12:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-08T01:58:33.000Z (over 6 years ago)
- Last Synced: 2024-05-01T21:40:12.954Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 25.5 MB
- Stars: 1
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Camera App Example using React Native and Firebase
## Application overview
![]()
![]()
![]()
## How to try this Application
1. Install expo Appcalition from AppStore or PlayStore on your iOS/Android device.
1. Scan the QR Code with your phone.
3. And then the application will automatically start.
## How to run this Application on iOS/Android emulator
1. Setup AndroidStudio or XCode
1. Start Android Emulator or iOS Simulator
1. Then run the commands below.```sh
$ git clone git@github.com:hayo0914/ReactNative-ImageBoardApp-Sample.git
$ cd ReactNative-ImageBoardApp-Sample$ yarn install
# or
$ npm install# run on Android
$ npm run android
# or
$ yarn android# run on iOS
$ yarn ios
# or
$ yarn ios
```## Licence
MIT License.