uppy/examples/react-native-expo/babel.config.js
2023-01-05 11:48:48 +01:00

6 lines
99 B
JavaScript

module.exports = (api) => {
api.cache(true)
return {
presets: ['babel-preset-expo'],
}
}