Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix stack overflow in createRootView (#43420)
Summary: Pull Request resolved: #43420 Calling `mReactDelegate.createRootView` just ends up calling the overridden method in the anonymous inner class. Instead have the base implementation return null, and call super. Changelog: [Internal] Reviewed By: jessebwr, janeli-100005636499545 Differential Revision: D54772205 fbshipit-source-id: fc90e6718f9c287e8b86e5768cf7f74d0db06c49
- Loading branch information