rent_chat/metro.config copy.js

21 lines
407 B
JavaScript
Raw Normal View History

2024-02-27 16:49:28 +08:00
/**
* Metro configuration for React Native
* https://github.com/facebook/react-native
*
* @format
*/
module.exports = {
transformer: {
getTransformOptions: async () => ({
transform: {
experimentalImportSupport: false,
inlineRequires: false,
babelTransformerPath: require.resolve(
'react-native-typescript-transformer',
),
},
}),
},
};