-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RN changes to enable fragment-based navigation [1/3] (#43789)
Summary: Pull Request resolved: #43789 This diff introduces some changes to React Native needed to enable fragment-based navigation (see next diff for usage). Fragment-based navigation will enable us to, instead of re-creating the entire main activity on navigation, create a fragment instead - allowing us to bypass a lot of unnecessary onCreate() logic in our main activity to improve user experience and performance. Changelog: [Internal] [Changed] - Add option to skip calling delegate on ReactFragment lifecycle events Reviewed By: keoskate Differential Revision: D55646221 fbshipit-source-id: 45b148cb9ecdb1484f1ac714ac2b93ce09c52237
- Loading branch information
1 parent
d855974
commit 79e5e64
Showing
3 changed files
with
17 additions
and
3 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
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