Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

soulzidda/YomentoApp

Repository files navigation

Yomento coding challenge

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

  1. Navigate to the root directory and use yarn start

Iphone Usage

  1. First navigate to the root directory and run yarn install.
  2. When this is complete navigate to the ios folder with cd ios and install the pods with pod install
  3. After this has completed return to root directory and use the command react-native run-ios
  4. explore the app

Android Usage

  1. First navigate to the root directory and run yarn install.
  2. After this has completed stay in the root Directory and use the command react-native run-android
  3. explore the app

Extra information

The app was tested on simulater with the Iphone SE 2nd editon on xcode and the Pixel 2 on android studio