You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a monorepo React Native Typescript project. I'm debugging why babel plugins don't work, and I think the obvious answer is "babel is not involved anywhere." SO, another dev has mentioned that some of the more advanced RN-reanimated features don't work with our project and we get warnings about needing the babel plugin, such as useSharedValue. This all makes sense, I guess, but two questions:
How would one restore the babel features in a Typescript world where Babel is not involved?
Am I wrong, and Babel is somehow invoked by Metro?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
We have a monorepo React Native Typescript project. I'm debugging why babel plugins don't work, and I think the obvious answer is "babel is not involved anywhere." SO, another dev has mentioned that some of the more advanced RN-reanimated features don't work with our project and we get warnings about needing the babel plugin, such as useSharedValue. This all makes sense, I guess, but two questions:
Beta Was this translation helpful? Give feedback.
All reactions