From 75b7a6bd0319fefb9444bccb263c3c8375cfd8db Mon Sep 17 00:00:00 2001 From: Ten Wong Date: Fri, 28 Dec 2018 22:49:36 +0800 Subject: [PATCH] fix url 404 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e90d4c9f..f95d8dbc 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ yarn install Click the run button in Xcode, if something went wrong, you need to rebuild all packages that be used in this project with Xcode (Just select the package and press **command+B** to run compile). -If you want to run it on your iPhone, please follow the [Offical Doc](http://facebook.github.io/react-native/docs/runningondevice.html#content). +If you want to run it on your iPhone, please follow the [Offical Doc](http://facebook.github.io/react-native/docs/running-on-device). If you want to run it on your Android, please run: ```