Advanced Tip Calculator Project made by Simon He
Versions:
- Node: v14.3.0
- Npm: 6.14.4
- Native-base: 2.13.0
- React-Navigation: 2.5.1
- expo: 3.20.9
To run application, you have to have the necessary packages installed.
To do this:
- You'll need to install Node.js. You can do so by going to the node.js website
- Npm comes packaged with node but additional packages you will need to install are
- @react-navigation/native
- react-native-gesture-handler
- react-native-reanimated
- react-native-screens
- react-native-safe-area-context
- @react-native-community/masked-view
- expo-cli
- native-base
- react-native-elements
- To run the program, open up a terminal or command line and go to the root folder of your application and type npm start
- Once started, you have the option to run the app on android (by pressing a) or ios (by pressing i)
- Make sure you have Android Studio installed and configured if you plan to run it on android
- Make sure you have Xcode installed and configured if you plan to run it on IOS
- Make sure your simluator is opened before you press a or i or expo won't know what simulator to open
- There can only be 1 simulator opened at a time