Skip to content

Commit a7b711a

Browse files
committed
Remove pods from postinstall
1 parent ae1d6e8 commit a7b711a

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

apps/basic-example/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"version": "0.0.1",
44
"private": true,
55
"scripts": {
6-
"postinstall": "yarn pods",
76
"android": "react-native run-android",
87
"ios": "react-native run-ios",
98
"lint": "eslint .",

apps/macos-example/package.json

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

0 commit comments

Comments
 (0)