UNPKG

rn-wheel-picker-android

Version:

Simple Wheel Picker for Android to use with react-native

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