Skip to content

simonhe1/AdvancedTipCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  1. You'll need to install Node.js. You can do so by going to the node.js website
  2. 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
  3. To run the program, open up a terminal or command line and go to the root folder of your application and type npm start
  4. 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

About

Advanced Tip Calculator created in React Native for IOS and Android. Gets information on what users have bought and who bought what and splits accordingly how much each person should pay.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors