mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-05 16:37:08 +08:00
Fix crash when destroying catalyst
Reviewed By: fromcelticpark Differential Revision: D6373275 fbshipit-source-id: c36b53f023800097b301d530250b05e5b2a4dfca
This commit is contained in:
committed by
Facebook Github Bot
parent
0ff576081b
commit
f1015664e9
@@ -21,7 +21,7 @@ public interface ViewManagerOnDemandReactPackage {
|
||||
*
|
||||
* @param loadClasses defines if View Managers classes should be loaded or be avoided.
|
||||
*/
|
||||
List<String> getViewManagerNames(ReactApplicationContext reactContext, boolean loadClasses);
|
||||
@Nullable List<String> getViewManagerNames(ReactApplicationContext reactContext, boolean loadClasses);
|
||||
/**
|
||||
* Creates and returns a ViewManager with a specific name {@param viewManagerName}. It's up to an
|
||||
* implementing package how to interpret the name.
|
||||
|
||||
Reference in New Issue
Block a user