Closed itsuki-murata closed 2 months ago
Hi @itsuki-murata - do you have a link to what you're looking at? We've never published those version numbers for any Metro or React Native package.
Ah I see, you must be referring to https://www.npmjs.com/package/babel-preset-react-native
That's been deprecated for many years, and we don't maintain it. Please use @react-native/babel-preset
for RN >= 0.73, or metro-react-native-babel-preset
for older versions.
Thank you for your reply. I understand, I'll consider using metro-react-native-babel-preset or @react-native/babel-preset. Thank you.
Currently I'm using babel-preset-react-native version 1.9.2 and 2.0.0, but can't find a LICENSE file in the repo of ver 1.9.2 and 2.0.0. Could you add the LICENSE file in the repo of ver 1.9.2 and 2.0.0? Or is it possible to use the LICENSE file of the latest version as the license for ver 1.9.2 and 2.0.0? Thanks in advance.