From a8ba4a7acfce48807d3af3ff1d23b532015c2666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E9=BC=8E?= Date: Mon, 2 Mar 2020 02:08:27 +0800 Subject: [PATCH] Fix issuse #15 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0efb370..f778a7a 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,7 @@ use Xcode * [x] test on android * [x] last tab + +## Troubleshooting + +- If you want to run `npx react-native run-android` , please use `npm` to install dependencies. [#15](https://github.com/wuhan2020/wuhan2020-frontend-react-native-app/issues/15#issue-573587936)