sonzai/metro.config.js

18 lines
300 B
JavaScript
Raw Normal View History

2020-03-07 09:23:17 +01:00
/**
* Metro configuration for React Native
* https://github.com/facebook/react-native
*
* @format
*/
module.exports = {
transformer: {
getTransformOptions: async () => ({
transform: {
experimentalImportSupport: false,
inlineRequires: false,
},
}),
},
};