uppy/examples/react-native-expo/babel.config.js
2018-12-19 14:46:36 +03:00

6 lines
104 B
JavaScript

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