Function AppProvider

  • React component providing a Realm App instance on the context for the sync hooks to use. An AppProvider is required for an app to use the hooks.

    Parameters

    • props: AppProviderProps
    • Optional context: any

    Returns null | ReactElement<any, any>

Properties

contextTypes?: ValidationMap<any>
defaultProps?: Partial<AppProviderProps>
displayName?: string
propTypes?: WeakValidationMap<AppProviderProps>

Generated using TypeDoc