-
Notifications
You must be signed in to change notification settings - Fork 24.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support to enable/disable Fabric in ReactFragment (#36263)
Summary: New Architecture Support missing in React Native Fragment, added same. Changelog: [Android] [Added] - Support to enable/disable Fabric in ReactFragment Pull Request resolved: #36263 Test Plan: <details> <summary>Kotlin Code Snippet to test:</summary> <p> ```kotlin supportFragmentManager .beginTransaction() .add(android.R.id.content, ReactFragment.Builder() .setComponentName("componentName") .setFabricEnabled(true) .build()) .commit() ``` </p> </details> Reviewed By: mdvacca Differential Revision: D43701078 Pulled By: cortinico fbshipit-source-id: 659ed2b4cf6619c6d64b803a198a93ff84b574fe
- Loading branch information
1 parent
d136c08
commit fdb2af5
Showing
2 changed files
with
62 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters