facebook / metro

🚇 The JavaScript bundler for React Native
https://metrobundler.dev
MIT License
5.24k stars 626 forks source link

Missing LICENSE file in the repo of ver 1.9.2 and 2.0.0 #1332

Closed itsuki-murata closed 2 months ago

itsuki-murata commented 2 months ago

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.

robhogan commented 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.

robhogan commented 2 months ago

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.

itsuki-murata commented 2 months ago

Thank you for your reply. I understand, I'll consider using metro-react-native-babel-preset or @react-native/babel-preset. Thank you.