fix: add missing `pods` script in the example project

This commit is contained in:
Brice Stacey 2023-02-09 09:04:26 -05:00 committed by RichΛrd
parent 98ef3d59f8
commit 2ed5c9b376
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
"web": "expo start --web",
"pods": "npx pod-install"
},
"dependencies": {
"@waku/react-native": "file:../",