Skip to content

Latest commit

 

History

History

mobile

LRW Mobile

This project is based on React Native

How to use?

  1. Download or clone this repo.

  2. Make sure your development environment is configured as described in the React Native documentation

  3. Install dependencies:

    yarn install
  4. Run the bundler:

    yarn start
  5. While the bundler is running in its own terminal, run start the app on iOS/Android:

    yarn ios
    yarn android