subtracks/metro.config.js
austinried b38ba9aaed initial commit
(just the typescript template)
2021-06-08 13:38:16 +09:00

18 lines
299 B
JavaScript

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