UNPKG

react-native-macos

Version:

[Microsoft Fork] A framework for building native apps using React

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