ReactNativeContainer class
Skygear APIs container (for React Native).
Signature:
export declare class ReactNativeContainer<T extends ReactNativeAPIClient> extends Container<T>
Constructors
Constructor | Modifiers | Description |
(constructor)(options) | | Constructs a new instance of the ReactNativeContainer class |
Properties
Property | Modifiers | Type | Description |
asset | | ReactNativeAssetContainer<T> | |
auth | | ReactNativeOIDCContainer<T> | |
classicAuth | | ReactNativeAuthContainer<T> | |
Methods
Method | Modifiers | Description |
configure(options) | | Configure this container with connection information. |