From 172ed1e2cd00ace0ace07f5782daa264f7a2764f Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Wed, 15 Jun 2022 22:12:08 -0500 Subject: Document how to access localhost in the android sim --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 55db6fdac..9e252f3f7 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ Uses: - `npx react-native info` Checks what has been installed. - On M1 macs, you need to exclude "arm64" from the target architectures - 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 -- cgit 1.4.1