ilink-world/metro.config.js

18 lines
299 B
JavaScript
Raw Permalink Normal View History

2019-06-16 13:09:54 +00:00
/**
* Metro configuration for React Native
* https://github.com/facebook/react-native
*
* @format
*/
module.exports = {
transformer: {
getTransformOptions: async () => ({
transform: {
experimentalImportSupport: false,
2023-03-12 23:38:33 +00:00
inlineRequires: true,
2019-06-16 13:09:54 +00:00
},
}),
},
};