move example to a new repo

This commit is contained in:
Horcrux
2016-09-15 15:06:17 +08:00
parent 6ab26ae8af
commit 37c5982f6a

View File

@@ -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
```