Skip to content

helbing23/bobapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bobapp

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.

Available Scripts

npm install

npm i -g create-react-native-app

create-react-native-app my-project

cd my-project

expo-cli install

npm i expo-cli

npm start

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

or

yarn start -- --reset-cache

firebase

npm install firebase --save

native-base for forms

npm install native-base --save

navigation

npm install react-navigation --save

npm i react-navigation-stack --save

react-native link /react-native-gesture-handler

searchable-dropdown

npm install react-native-searchable-dropdown --save

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors