We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56b303c commit 5eefac9Copy full SHA for 5eefac9
expo-example/app/replication/config.tsx
@@ -71,13 +71,15 @@ export default function ReplicationConfigCreateScreen() {
71
heartbeat={heartbeat}
72
maxAttempts={maxAttempts}
73
maxWaitTime={maxWaitTime}
74
+ acceptOnlySelfSignedCerts={acceptOnlySelfSignedCerts}
75
setAcceptParentDomainCookies={setAcceptParentDomainCookies}
76
setAutoPurgeEnabled={setAutoPurgeEnabled}
77
setConnectionString={setConnectionString}
78
setContinuous={setContinuous}
79
setHeartbeat={setHeartbeat}
80
setMaxAttempts={setMaxAttempts}
81
setMaxWaitTime={setMaxWaitTime}
82
+ setAcceptOnlySelfSignedCerts={setAcceptOnlySelfSignedCerts}
83
setReplicatorType={setReplicatorType}
84
/>
85
<ReplicatorAuthenticationForm
0 commit comments