Skip to content

Commit

Permalink
chore: Update notes for running iOS example. (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion authored Jul 19, 2024
1 parent b8384c4 commit 6e0f4fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/sdk/react-native/example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ MOBILE_KEY=abcdef12456
# ios
yarn && yarn ios

# Note: You may need to open the resulting XCode workspace to install the correct target development platform.
# You can use "yarn ios -- --device <device-id or name>" to build for a specific device.
# Note: To use Expo Go instead run "yarn ios-go"

# android
yarn && yarn android

Expand Down

0 comments on commit 6e0f4fa

Please sign in to comment.