此 Realm 的Realm.Configuration作为属性传递。 默认情况下,这是 Realm 的主要配置。
Optional
context :任何const AppRoot = () => {
const syncConfig = {
flexible: true,
user: currentUser
};
return (
<RealmProvider schema={[Task, User]} path={"data.realm"} sync={syncConfig}>
<App/>
</RealmProvider>
)
}
Optional
Optional
Optional
Optional
prop使用TypeDoc生成
使用 Realm 钩子包装任何组件所需的提供商组件。