Florian Pires
Results
3
comments of
Florian Pires
Hi, in my Expo project I just added in the presets (babel.config.js) `'module:metro-react-native-babel-preset'` and it's works.
My `babel.config.js` file: ```js module.exports = function (api) { api.cache(true); return { presets: ['babel-preset-expo', 'module:metro-react-native-babel-preset'], ... }; }; ```
Hello @thibdrev, Thanks for your return. We will get back to you when this is corrected.