We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ee886 commit 93c94feCopy full SHA for 93c94fe
1 file changed
bricks/react-native-example/__brick__/package.json
@@ -4,7 +4,9 @@
4
"private": true,
5
"scripts": {
6
"android": "react-native run-android",
7
+ "build:android": "react-native build-android",
8
"ios": "react-native run-ios",
9
+ "build:ios": "react-native build-ios",
10
"lint": "eslint .",
11
"start": "react-native start",
12
"test": "jest"
0 commit comments