C# Класс 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).
Наследование: IReactPackage
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

CreateJavaScriptModulesConfig() публичный Метод

Creates the list of JavaScript modules to register with the react instance.
public CreateJavaScriptModulesConfig ( ) : IReadOnlyList
Результат IReadOnlyList

CreateNativeModules() публичный Метод

Creates the list of native modules to register with the react instance.
public CreateNativeModules ( ReactContext reactContext ) : IReadOnlyList
reactContext ReactContext The react application context.
Результат IReadOnlyList

CreateViewManagers() публичный Метод

Creates the list of view managers that should be registered with the UIManagerModule.
public CreateViewManagers ( ReactContext reactContext ) : IReadOnlyList
reactContext ReactContext The react application context.
Результат IReadOnlyList