application-amicale/metro.config.js

18 lines
299 B
JavaScript
Raw Normal View History

/**
* Metro configuration for React Native
* https://github.com/facebook/react-native
*
* @format
*/
module.exports = {
transformer: {
getTransformOptions: async () => ({
transform: {
experimentalImportSupport: false,
2021-05-07 15:10:36 +02:00
inlineRequires: true,
},
}),
},
};