Files
react-native-fast-image/ReactNativeFastImageExample/metro.config.js
T

18 lines
338 B
JavaScript
Raw Normal View History

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