sriram10/react-native-material-textfield-new

View on GitHub
exampleApp/metro.config.js

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * Metro configuration for React Native
 * https://github.com/facebook/react-native
 *
 * @format
 */

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