This is a react-native firebase app build using expo-cli to test the bob native app.
This project is also available for testing at slack expo https://snack.expo.io/@helbinex23/bobapp .
The purpose of this app is to manage sales orders of the bob products.
This project was bootstrapped with Create React Native App.
npm i -g create-react-native-app
create-react-native-app my-project
cd my-project
npm i expo-cli
Runs the app in development mode.
npm start/expo start
Open it in the Expo app on your phone to view it. It will reload if you save edits to your files, and you will see build errors and logs in the terminal.
Sometimes you may need to reset or clear the React Native packager's cache. To do so, you can pass the --reset-cache flag to the start script:
npm start -- --reset-cache
yarn start -- --reset-cache
npm install firebase --save
npm install native-base --save
npm install react-navigation --save
npm i react-navigation-stack --save
react-native link /react-native-gesture-handler
npm install react-native-searchable-dropdown --save