react-native-video/examples/basic/metro.config.js

10 lines
192 B
JavaScript
Raw Normal View History

module.exports = {
transformer: {
getTransformOptions: async () => ({
transform: {
experimentalImportSupport: false,
inlineRequires: false,
},
}),
},
};