-
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
Simplify the template for New Architecture using the .defaults package #34445
Conversation
This pull request was exported from Phabricator. Differential Revision: D38820111 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D38820111 |
facebook#34445) Summary: Pull Request resolved: facebook#34445 This commit simplifies the new app template by encapsulating a lot of configuration by using the `DefaultReactNativeHost` from the .defaults package. This should work for most of the users while still allowing advanced use cases by using the good old ReactNativeHost. Changelog: [Android] [Changed] - Simplify the template for New Architecture using the .defaults package Differential Revision: D38820111 fbshipit-source-id: d8979198a538cdbd34e853e1fe1b83941d3549cb
9b098eb
to
adf40e4
Compare
Base commit: 4eec473 |
This pull request was exported from Phabricator. Differential Revision: D38820111 |
facebook#34445) Summary: Pull Request resolved: facebook#34445 This commit simplifies the new app template by encapsulating a lot of configuration by using the `DefaultReactNativeHost` from the .defaults package. This should work for most of the users while still allowing advanced use cases by using the good old ReactNativeHost. Changelog: [Android] [Changed] - Simplify the template for New Architecture using the .defaults package Reviewed By: cipolleschi Differential Revision: D38820111 fbshipit-source-id: 9853140e9d8c15606a3856aa60523c8ac6160a3d
adf40e4
to
e8c6b4b
Compare
facebook#34445) Summary: Pull Request resolved: facebook#34445 This commit simplifies the new app template by encapsulating a lot of configuration by using the `DefaultReactNativeHost` from the .defaults package. This should work for most of the users while still allowing advanced use cases by using the good old ReactNativeHost. Changelog: [Android] [Changed] - Simplify the template for New Architecture using the .defaults package Reviewed By: cipolleschi Differential Revision: D38820111 fbshipit-source-id: 64a9e9576e53347e1b021c473f7bfa755521a1a6
This pull request was exported from Phabricator. Differential Revision: D38820111 |
e8c6b4b
to
a3bef0a
Compare
This pull request was successfully merged by @cortinico in 33bd2f6. When will my fix make it into a release? | Upcoming Releases |
Summary:
This commit simplifies the new app template by encapsulating a lot of configuration
by using the
DefaultReactNativeHost
from the .defaults package.This should work for most of the users while still allowing advanced use cases
by using the good old ReactNativeHost.
Changelog:
[Android] [Changed] - Simplify the template for New Architecture using the .defaults package
Differential Revision: D38820111