We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8384c4 commit 6e0f4faCopy full SHA for 6e0f4fa
packages/sdk/react-native/example/README.md
@@ -22,6 +22,10 @@ MOBILE_KEY=abcdef12456
22
# ios
23
yarn && yarn ios
24
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
+
29
# android
30
yarn && yarn android
31
0 commit comments