Document how to access localhost in the android sim

zio/stable
Paul Frazee 2022-06-15 22:12:08 -05:00
parent a56cae626a
commit 172ed1e2cd
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ Uses:
- `npx react-native info` Checks what has been installed. - `npx react-native info` Checks what has been installed.
- On M1 macs, you need to exclude "arm64" from the target architectures - On M1 macs, you need to exclude "arm64" from the target architectures
- Annoyingly this must be re-set via XCode after every pod install - Annoyingly this must be re-set via XCode after every pod install
- The android simulator won't be able to access localhost services unless you run `adb reverse tcp:{PORT} tcp:{PORT}`
- For instance, the localhosted dev-wallet will need `adb reverse tcp:3001 tcp:3001`
## Various notes ## Various notes