Skip to content

Commit e7e4b00

Browse files
committedMar 1, 2021
fix: disable fabric
1 parent 14db556 commit e7e4b00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"promise": "^8.0.3",
107107
"prop-types": "^15.7.2",
108108
"react-devtools-core": "^4.6.0",
109-
"react-native-codegen": "^0.0.7",
109+
"react-native-codegen": "^0.0.6",
110110
"react-refresh": "^0.4.0",
111111
"regenerator-runtime": "^0.13.2",
112112
"scheduler": "^0.20.1",

‎scripts/generate-specs-cli.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const path = require('path');
2525

2626
const GENERATORS = {
2727
android: ['modulesAndroid'],
28-
ios: ['componentsIOS', 'modulesIOS'],
28+
ios: ['modulesIOS'],
2929
};
3030

3131
function generateSpec(

0 commit comments

Comments
 (0)
Please sign in to comment.