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 be20288 commit 4472b0cCopy full SHA for 4472b0c
demos/react-native-barebones-opsqlite/README.md
@@ -23,6 +23,15 @@ cd demos/react-native-barebones-opsqlite
23
Run the development server:
24
25
For iOS:
26
+
27
+First install pods:
28
+```bash
29
+cd ios
30
+pod install
31
+cd ..
32
+```
33
34
+Then run the project:
35
```bash
36
pnpm start
37
pnpm ios
demos/react-native-barebones-opsqlite/package.json
@@ -4,7 +4,7 @@
4
"private": true,
5
"scripts": {
6
"android": "react-native run-android",
7
- "ios": "cd ios && pod install && cd .. && react-native run-ios",
+ "ios": "react-native run-ios",
8
"lint": "eslint .",
9
"start": "react-native start"
10
},
0 commit comments