about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-06-15 22:12:08 -0500
committerPaul Frazee <pfrazee@gmail.com>2022-06-15 22:12:08 -0500
commit172ed1e2cd00ace0ace07f5782daa264f7a2764f (patch)
treeccb197e2b6b626e9bfa05187a89417b5f7335314 /README.md
parenta56cae626abf6c553cd9756db875c8ab5f903879 (diff)
downloadvoidsky-172ed1e2cd00ace0ace07f5782daa264f7a2764f.tar.zst
Document how to access localhost in the android sim
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
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