Skip to content

Latest commit

 

History

History
 
 

README.md

Example

This example application allows one to work on test the library.

Getting Started

To run the project for the first time, please follow this process:

  • Ensure that the dependencies for the project are installed, from the root of the repository run:
yarn install
  • Install the dependencies from the example project:
yarn install
  • For iOS build, install the pods dependencies:
npx pod-install

To run the app use:

yarn ios

or

yarn android