- Clone the repository:
git clone https://github.com/fishjam-dev/react-native-client-sdk.git
cd react-native-client-sdk
- Install node_modules in project root directory:
yarn
- Install node_modules in
example/
directory:
cd example && yarn
- Start Metro bundler in
example/
directory
yarn start
- Run in other terminal window command below to run app on selected platform.
yarn ios
or
yarn android
Note
If you add crucial files that should affect output of android .apk file make sure to add that file to github actions files: cache action and restore action.
For testing checkout README in webdriverio-test
directory.