You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,10 @@ pod install
96
96
3. (Optional) Open the project in [Xcode](https://apps.apple.com/tw/app/xcode/id497799835?mt=12) and build to see if there's any build error.
97
97
- Open `W3sSampleWallet.xcworkspace` in Xcode.
98
98
- Product ➜ Build.
99
+
- If the Metro server does not launch by Xcode, please run the command on project folder.
100
+
```sh
101
+
yarn start
102
+
```
99
103
4. Run on device
100
104
You can simply run the command below or find more detail on [reactnative.dev](https://reactnative.dev/docs/running-on-device?package-manager=yarn&platform=android).
0 commit comments