This is an example of how to list things you need to use the software and how to install them.
- expo-cli
npm install expo-cli --global- You need a firebase configuration file. Contact me to get a test configuration file. Without that config, firebase will not work.
- Clone the repo
git clone https://github.com/Davidalmaz/FlexboxTutorialReactNativeTsExpo.git- Install NPM packages
npm install-
Put your filebase.config.js file to src/consts/
-
Start the expo metro bundler
npm start