Skip to content

Files

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 13, 2020
Aug 16, 2021
Aug 23, 2021
Nov 25, 2021
Nov 25, 2021
Aug 3, 2021
Aug 3, 2021
Dec 6, 2020
Aug 16, 2021
Aug 3, 2021
Aug 3, 2021
Aug 3, 2021
Aug 18, 2021
Oct 20, 2022
Apr 13, 2020
Mar 31, 2023

Example & Test app

Usage

Open a terminal in the root folder and build the library code

# Install dependencies
yarn

# Build the js code
yarn build

Open the example app in another terminal

# Install dependencies
cd example
yarn

# Start packager
yarn start

# Run for ios
cd ios && npx pod install && cd ..
yarn ios

# Run for android
yarn android