This app was bootstrapped with Create React Native App
A native application for iOS and Android users. Urban Farmer helps small scale growers manage their inventory and customer sales.
Hosted on Apple Store and Google Play Store
Starts Metro Bundler. To view the app open iOS simulator or Android emulator and run the respective build:
react-native run-ios
react-native run-android
Runs the Jest test runner.
Fixes auto-fixable problems defined in the .eslint.json file.
Runs react-devtools
-
Add file
config.jsunder src/ directory. -
Add firebase credentials:
import Firebase from 'firebase'; const config = { apiKey: 'XXXX', authDomain: 'XXXX', databaseURL: 'XXXX', projectId: 'XXXX', storageBucket: 'XXXX', messagingSenderId: 'XXXX' }; Firebase.initializeApp(config); export const db = Firebase.database(); export const auth = Firebase.auth(); export default Firebase;`
- React Native
- Firebase
