UNPKG

trunghv-react-native-progress

Version:

��# trunghv-react-native-progress ## Installation > `npm install --save trunghv-react-native-progress` ## Usage ```javasc

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