Access

Frontend React Native Task

Getting Started

Ensure your envirionment is setup for react-native development

  1. Clone the repo

    git clone https://github.com/remiilekun/clane-rn-task.git
  2. Install dependencies

    yarn
  3. Run on android

    react-native run-android
  4. Run on ios

    react-native run-ios