-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement version parsing and connect to RNTester #39502
Conversation
This pull request was exported from Phabricator. Differential Revision: D49270012 |
This pull request was exported from Phabricator. Differential Revision: D49270012 |
Summary: Pull Request resolved: facebook#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](react-native-community/cli#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: 55f324ac4dec0e23af8b231bb85703d9e53d95e0
d6df7cf
to
8e2e361
Compare
This pull request was exported from Phabricator. Differential Revision: D49270012 |
Summary: Pull Request resolved: facebook#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](react-native-community/cli#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: 010c735b77c6bcbff5b442d1a454571209738c5d
8e2e361
to
d91e42d
Compare
This pull request was exported from Phabricator. Differential Revision: D49270012 |
Summary: Pull Request resolved: facebook#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](react-native-community/cli#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: 0a829d3aa75ecd7fb45c1f40b03f5a959744f92e
d91e42d
to
8e333f7
Compare
Base commit: 47de1f6 |
Summary: When working on RNTeaster, we discovered that the Kotlin migration. broke something. This diff make sure we can test RNTester ## Changelog: [Internal] - Make RNTester's New Architecture Example execute again Differential Revision: https://internalfb.com/D49154282 fbshipit-source-id: c73430dcdb54a5e7f5381a22af0387a982c03510
Summary: Pull Request resolved: facebook#39501 This change introduce a new model to parse the React Native package.json. The objects are not connected but they will be used in the next diff ## Changelog: [Android][Added] - Add a couple of types in the RNGP for json parsing. Differential Revision: https://internalfb.com/D49270044 fbshipit-source-id: 65ffcab8671c38b4a1e9f1c63d441660b9b8869b
Summary: Pull Request resolved: facebook#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](react-native-community/cli#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: 1dca14650a2a4de5b7d7caaa4043bb80845436d5
This pull request was exported from Phabricator. Differential Revision: D49270012 |
8e333f7
to
17c322e
Compare
This pull request has been merged in 29adb8d. |
Summary:
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.
Changelog:
[Android][Added] - Parse RN Version to decide whether to enable the New Arch or not.
Reviewed By: cortinico
Differential Revision: D49270012