We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37720c9 commit 06bfc34Copy full SHA for 06bfc34
package.json
@@ -40,7 +40,9 @@
40
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
41
"prepare": "bob build",
42
"nitrogen": "nitro-codegen",
43
- "release": "release-it"
+ "release": "release-it",
44
+ "dev:ios": "cd example && xed ios",
45
+ "dev:android": "cd example && open -a \"/Applications/Android Studio.app\" ./android"
46
},
47
"keywords": [
48
"react-native",
0 commit comments