react-native-video/examples/LaftelVideo/metro.config.js
2023-07-19 16:21:39 +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,
},
}),
},
};