From 37c5982f6a4502dc58693377e10582e2409bb4f2 Mon Sep 17 00:00:00 2001 From: Horcrux Date: Thu, 15 Sep 2016 15:06:17 +0800 Subject: [PATCH] move example to a new repo --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74be16eb..16a5eab5 100644 --- a/README.md +++ b/README.md @@ -558,8 +558,12 @@ Code explanation: ```bash -cd ./Example -npm install +git clone https://github.com/magicismight/react-native-svg-example.git +cd react-native-svg-example +npm i + +# run Android: react-native run-android +# run iOS: react-native run-ios ```