Fix crash when destroying catalyst

Reviewed By: fromcelticpark

Differential Revision: D6373275

fbshipit-source-id: c36b53f023800097b301d530250b05e5b2a4dfca
This commit is contained in:
Dmitry Zakharov
2017-11-20 07:27:47 -08:00
committed by Facebook Github Bot
parent 0ff576081b
commit f1015664e9
2 changed files with 18 additions and 6 deletions

View File

@@ -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.