mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
29adb8de98
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/39502 This diff adds the parsing of the package.json to retrieve the version of react native and it matches it against a regex to decide whether to enable or not the New Architecture. This change depends on [this CLI's PR](https://github.com/react-native-community/cli/pull/2076). ## Changelog: [Android][Added] - Parse RN Version to decide whether to enable the New Arch or not. Reviewed By: cortinico Differential Revision: D49270012 fbshipit-source-id: 5164a1ddd26f1822c0d717a7a9e2416ec38d78a2