Skip to content

Commit e775957

Browse files
committedAug 11, 2021
Revert "fix: Move react-native-codegen to be a direct dependency of react-native (fix for 0.65-stable)"
This reverts commit 98e1734.
1 parent 5f7deb5 commit e775957

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@
107107
"promise": "^8.0.3",
108108
"prop-types": "^15.7.2",
109109
"react-devtools-core": "^4.6.0",
110-
"react-native-codegen": "^0.0.7",
111110
"react-refresh": "^0.4.0",
112111
"regenerator-runtime": "^0.13.2",
113112
"scheduler": "^0.20.1",
@@ -158,4 +157,4 @@
158157
}
159158
}
160159
}
161-
}
160+
}

‎template/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"eslint": "7.14.0",
2222
"jest": "^26.6.3",
2323
"metro-react-native-babel-preset": "^0.66.0",
24+
"react-native-codegen": "^0.0.7",
2425
"react-test-renderer": "17.0.1"
2526
},
2627
"jest": {

0 commit comments

Comments
 (0)
Please sign in to comment.