-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
new rn-cli.js configuration
module.exports = {
resolver: {
extraNodeModules: require('node-libs-react-native'),
blacklistRE: /react-native\/local-cli\/core\/__fixtures__.*/
}
}
If this doesn't work try in metro.config.js
module.exports = {
transformer: {
getTransformOptions: async () => ({
transform: {
experimentalImportSupport: false,
inlineRequires: false,
},
}),
},
resolver: {
extraNodeModules: require('node-libs-react-native')
}
};
To the mantainer: If you keep this alive I can pr on the docs
Metadata
Metadata
Assignees
Labels
No labels