The challenge was to recreate the front page of Yomento's app and to add functionality that would work with their style. This app is the result of my version of their front page
Note
you may want to start the metro bundler automatically before running the application in this case run the following before running on Ios or Android
- Navigate to the root directory and use yarn start
- First navigate to the root directory and run yarn install.
- When this is complete navigate to the ios folder with cd ios and install the pods with pod install
- After this has completed return to root directory and use the command react-native run-ios
- explore the app
- First navigate to the root directory and run yarn install.
- After this has completed stay in the root Directory and use the command react-native run-android
- explore the app
The app was tested on simulater with the Iphone SE 2nd editon on xcode and the Pixel 2 on android studio