Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reanimated with Babel Config #235

Open
baronha opened this issue Jul 17, 2024 · 1 comment
Open

Reanimated with Babel Config #235

baronha opened this issue Jul 17, 2024 · 1 comment
Labels
Needs: Reproduction The issue creator needs to give a full reproduction

Comments

@baronha
Copy link

baronha commented Jul 17, 2024

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 hannojg added Needs: 🔍 Triage The issue needs to be triaged by a maintainer Needs: Reproduction The issue creator needs to give a full reproduction labels Jul 17, 2024
@hannojg
Copy link
Member

hannojg commented Jul 18, 2024

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.

@hannojg hannojg removed the Needs: 🔍 Triage The issue needs to be triaged by a maintainer label Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs: Reproduction The issue creator needs to give a full reproduction
Projects
None yet
Development

No branches or pull requests

2 participants