-
|
Following the documentation, i removed the Repack reanimated plugin in favor of using the babel plugin, but i get the following warning: While using babel-swc-loader and Reaniamted what is the correct configuration? |
Beta Was this translation helpful? Give feedback.
Answered by
jbroma
Sep 10, 2025
Replies: 1 comment
-
|
Hey @ElielC this is just an irrelevant warning that is hidden when using Reanimated plugin, you can also keep using the plugin and just pass |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ElielC
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @ElielC
this is just an irrelevant warning that is hidden when using Reanimated plugin, you can also keep using the plugin and just pass
{ unstable_distableTransforms: true}if you are usingbabel-swc-loader`