Skip to content

Commit 6e0f4fa

Browse files
authored
chore: Update notes for running iOS example. (#521)
1 parent b8384c4 commit 6e0f4fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/sdk/react-native/example/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ MOBILE_KEY=abcdef12456
2222
# ios
2323
yarn && yarn ios
2424

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

0 commit comments

Comments
 (0)