-
I want to use So, should I use only one: or should I use both at the same time? (Also in which order?) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Had a quick look at |
Beta Was this translation helpful? Give feedback.
Had a quick look at
babel-preset-expo
, it looks like it importsmetro-react-native-babel-preset
and adds more things on top of it.@rnx-kit/babel-preset-metro-react-native
does the same thing. If you use both, we cannot guarantee that the same version ofmetro-react-native-babel-preset
is used for both. Since you're using Expo, I would stick to only usingbabel-preset-expo
, and only add what you need from@rnx-kit/babel-preset-metro-react-native
. If you know what you need from it, we can at least make it easier for you to import those things.