Open baronha opened 4 months ago
My babel config file: babel.config.js
babel.config.js
module.exports = { presets: ['module:@react-native/babel-preset'], plugins: [ ['react-native-reanimated/plugin', {processNestedWorklets: true}], // ... ], };
But still shows this error
package.json
"react": "18.2.0", "react-native": "0.74.3", "react-native-filament": "^1.4.1", "react-native-gesture-handler": "^2.17.1", "react-native-reanimated": "3.14.0", ...
Hey, can you maybe provide a full reproduction? I just created a blank new app with your config and can't reproduce that issue. It seems more like a RNGH issue, than a rn-filament issue to me.
My babel config file:
babel.config.js
But still shows this error
package.json