mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
fix: disable fabric
This commit is contained in:
+1
-1
@@ -106,7 +106,7 @@
|
||||
"promise": "^8.0.3",
|
||||
"prop-types": "^15.7.2",
|
||||
"react-devtools-core": "^4.6.0",
|
||||
"react-native-codegen": "^0.0.7",
|
||||
"react-native-codegen": "^0.0.6",
|
||||
"react-refresh": "^0.4.0",
|
||||
"regenerator-runtime": "^0.13.2",
|
||||
"scheduler": "^0.20.1",
|
||||
|
||||
@@ -25,7 +25,7 @@ const path = require('path');
|
||||
|
||||
const GENERATORS = {
|
||||
android: ['modulesAndroid'],
|
||||
ios: ['componentsIOS', 'modulesIOS'],
|
||||
ios: ['modulesIOS'],
|
||||
};
|
||||
|
||||
function generateSpec(
|
||||
|
||||
Reference in New Issue
Block a user