Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Files

Latest commit

 

History

History
47 lines (31 loc) · 915 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 915 Bytes

React native fishjam example

Running the Example app

  1. Clone the repository:
git clone https://github.com/fishjam-dev/react-native-client-sdk.git
cd react-native-client-sdk
  1. Install node_modules in project root directory:
yarn
  1. Install node_modules in example/ directory:
cd example && yarn
  1. Start Metro bundler in example/ directory
yarn start
  1. Run in other terminal window command below to run app on selected platform.
yarn ios

or

yarn android

Testing

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.