Skip to content

STonkoshkur/TickersApp

Repository files navigation

Trading Test app

Includes:

QUICK START

  1. Environment requirements:

  2. Clone the repository and create the .env file from .env.example:

    git clone https://github.com/STonkoshkur/TickersApp.git TestRnApp
    cd TestRnApp/
    cp .env.example .env
  3. Install the dependencies (npm packages and Pods):

    yarn && npx pod-install
  4. That's all. Now, you can run app using:

    npx react-native run-ios
    npx react-native run-android