Jonas

Results 3 comments of Jonas

@frankieali are there any news on this? A d30 would be pretty nice.

Seems like the `react-native-paper/babel` plugin causes this issue. Removing these lines from my `babel.config.js` fixed it: ```js env: { production: { plugins: ["react-native-paper/babel"], }, }, ``` I think it's related...