margelo / react-native-filament

🐧 A real-time physically based 3D rendering engine for React Native
https://margelo.github.io/react-native-filament/
MIT License
879 stars 15 forks source link

Reanimated with Babel Config #235

Open baronha opened 1 month ago

baronha commented 1 month ago

My babel config file: babel.config.js

module.exports = {
  presets: ['module:@react-native/babel-preset'],
  plugins: [
    ['react-native-reanimated/plugin', {processNestedWorklets: true}],
    // ...
  ],
};

But still shows this error Screenshot 2024-07-17 at 16 16 48

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",
...
hannojg commented 1 month ago

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.