This example application allows one to work on test the library.
To run the project for the first time, please follow this process:
- Ensure that the dependencies for the project are installed, from the
rootof the repository run:
yarn install- Install the dependencies from the
exampleproject:
yarn install- For iOS build, install the pods dependencies:
npx pod-installTo run the app use:
yarn iosor
yarn android