Skip to content

Commit be20288

Browse files
committed
Update ios script to install Pods before running
1 parent 192aea7 commit be20288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/react-native-barebones-opsqlite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",
7-
"ios": "react-native run-ios",
7+
"ios": "cd ios && pod install && cd .. && react-native run-ios",
88
"lint": "eslint .",
99
"start": "react-native start"
1010
},

0 commit comments

Comments
 (0)