Skip to content

Commit 4472b0c

Browse files
committed
Un-update install script, update readme
1 parent be20288 commit 4472b0c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

demos/react-native-barebones-opsqlite/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@ cd demos/react-native-barebones-opsqlite
2323
Run the development server:
2424

2525
For iOS:
26+
27+
First install pods:
28+
```bash
29+
cd ios
30+
pod install
31+
cd ..
32+
```
33+
34+
Then run the project:
2635
```bash
2736
pnpm start
2837
pnpm ios

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": "cd ios && pod install && cd .. && react-native run-ios",
7+
"ios": "react-native run-ios",
88
"lint": "eslint .",
99
"start": "react-native start"
1010
},

0 commit comments

Comments
 (0)