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 192aea7 commit be20288Copy full SHA for be20288
demos/react-native-barebones-opsqlite/package.json
@@ -4,7 +4,7 @@
4
"private": true,
5
"scripts": {
6
"android": "react-native run-android",
7
- "ios": "react-native run-ios",
+ "ios": "cd ios && pod install && cd .. && react-native run-ios",
8
"lint": "eslint .",
9
"start": "react-native start"
10
},
0 commit comments