C# Class Cl.Json.RNShare.RNSharePackage

Package defining core framework modules (e.g., UIManagerModule). It should be used for modules that require special integration with other framework parts (e.g., with the list of packages to load view managers from).
Inheritance: IReactPackage
Show file Open project: EstebanFuentealba/react-native-share

Public Methods

Method Description
CreateJavaScriptModulesConfig ( ) : IReadOnlyList

Creates the list of JavaScript modules to register with the react instance.

CreateNativeModules ( ReactContext reactContext ) : IReadOnlyList

Creates the list of native modules to register with the react instance.

CreateViewManagers ( ReactContext reactContext ) : IReadOnlyList

Creates the list of view managers that should be registered with the UIManagerModule.

Method Details

CreateJavaScriptModulesConfig() public method

Creates the list of JavaScript modules to register with the react instance.
public CreateJavaScriptModulesConfig ( ) : IReadOnlyList
return IReadOnlyList

CreateNativeModules() public method

Creates the list of native modules to register with the react instance.
public CreateNativeModules ( ReactContext reactContext ) : IReadOnlyList
reactContext ReactContext The react application context.
return IReadOnlyList

CreateViewManagers() public method

Creates the list of view managers that should be registered with the UIManagerModule.
public CreateViewManagers ( ReactContext reactContext ) : IReadOnlyList
reactContext ReactContext The react application context.
return IReadOnlyList