react-native-navigators
Advanced tools
Comparing version 0.1.2 to 0.2.0
{ | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"name": "react-native-navigators", | ||
@@ -4,0 +4,0 @@ "repository": { |
@@ -9,1 +9,22 @@ # react-native-navigators | ||
```shell | ||
cd examples | ||
# could not use npm install | ||
yarn install | ||
npm run | ||
``` | ||
iOS | ||
```shell | ||
cd examples/ios | ||
pod install | ||
open examples.xcworkspace | ||
``` | ||
Android | ||
```shell | ||
cd examples/android | ||
studio . | ||
``` |
1072688
29