Function UserProvider

  • React component providing a Realm user on the context for the sync hooks to use. A UserProvider is required for an app to use the hooks.

    Parameters

    • props: UserProviderProps
    • Optional context: any

    Returns null | ReactElement<any, any>

Properties

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

Generated using TypeDoc