Skip to content

Commit ae1d6e8

Browse files
committed
Add pods installation to postinstall
1 parent 00ecf54 commit ae1d6e8

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

apps/basic-example/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.0.1",
44
"private": true,
55
"scripts": {
6+
"postinstall": "yarn pods",
67
"android": "react-native run-android",
78
"ios": "react-native run-ios",
89
"lint": "eslint .",

apps/macos-example/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.0.1",
44
"private": true,
55
"scripts": {
6+
"postinstall": "yarn pods",
67
"macos": "npx react-native-macos run-macos",
78
"lint": "eslint .",
89
"start": "react-native start",

0 commit comments

Comments
 (0)