- Must already have dev tools installed on your machine (ie. XCode or Android Studio)
- Clone the repository then run
npm install -g expo-cli
npm install
npm start
- Once it is up you can either press 'Run in iOS' or 'Run in Android' in the webpage that opens up depending on which you want to run on.
- App created using react-native and expo.
- Hooked up with Redux for the flow of data and app state.
- Can change background of app with few buttons flowing through redux to trigger the change.
- Using React-Navigation for navigating through tabs and on tabs
- Better styling throughout app
- Break out common styles into Shared Styles
- Proper types for all components and function