Skip to content

Commit

Permalink
fix: disable fabric
Browse files Browse the repository at this point in the history
  • Loading branch information
grabbou committed Mar 1, 2021
1 parent 14db556 commit e7e4b00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate-specs-cli.js
Expand Up @@ -25,7 +25,7 @@ const path = require('path');

const GENERATORS = {
android: ['modulesAndroid'],
ios: ['componentsIOS', 'modulesIOS'],
ios: ['modulesIOS'],
};

function generateSpec(
Expand Down

0 comments on commit e7e4b00

Please sign in to comment.