react-native-config/Example/metro.config.js

18 lines
300 B
JavaScript
Raw Normal View History

2019-08-29 15:35:01 -07:00
/**
* Metro configuration for React Native
* https://github.com/facebook/react-native
*
* @format
*/
module.exports = {
transformer: {
getTransformOptions: async () => ({
transform: {
experimentalImportSupport: false,
inlineRequires: false,
},
}),
},
};