mirror of
https://github.com/logos-messaging/waku-react-native.git
synced 2026-01-02 14:23:08 +00:00
fix: add missing pods script in the example project
This commit is contained in:
parent
98ef3d59f8
commit
2ed5c9b376
@ -7,7 +7,8 @@
|
|||||||
"start": "expo start --dev-client",
|
"start": "expo start --dev-client",
|
||||||
"android": "expo run:android",
|
"android": "expo run:android",
|
||||||
"ios": "expo run:ios",
|
"ios": "expo run:ios",
|
||||||
"web": "expo start --web"
|
"web": "expo start --web",
|
||||||
|
"pods": "npx pod-install"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@waku/react-native": "file:../",
|
"@waku/react-native": "file:../",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user