Skip to content

Commit 93c94fe

Browse files
committed
feat: adding default build scripts for react native example apps
1 parent 26ee886 commit 93c94fe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bricks/react-native-example/__brick__/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",
7+
"build:android": "react-native build-android",
78
"ios": "react-native run-ios",
9+
"build:ios": "react-native build-ios",
810
"lint": "eslint .",
911
"start": "react-native start",
1012
"test": "jest"

0 commit comments

Comments
 (0)