Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ sh scripts/generateEnv.sh
This command will create a .env file <b>inside the example directory</b>.
Fill in the required App ID in the .env file. Other variables are optional.

## Before you run the app

Please set up your React Native Development Environment for Android as described in the guide below (if you didn't do it before):

[Android enviroment setup](https://reactnative.dev/docs/environment-setup?package-manager=yarn&guide=native&platform=android)

## Running the app

Expand All @@ -46,4 +50,4 @@ pod install

2. For issues related to android, try opening and running the example app from the android studio.

3. For general iOS build errors, opening and running the example app from XCode also helps.
3. For general iOS build errors, opening and running the example app from XCode also helps.