feat(react-native): added e2e example and ready-to-use component #102
Annotations
10 errors
client/react-native/index.ts#L65
Unsafe argument of type `any` assigned to a parameter of type `{ username?: string | undefined; credentials?: { id: string; transports?: AuthenticatorTransport[] | undefined; }[] | undefined; clientMetadata?: Record<string, string> | undefined; authCb: ({ username, credentials, tokensCb, statusCb, currentStatus, clientMetadata, credentialGetter, }: { ...; }) => { ...; }; }`
|
client/react-native/index.ts#L112
Unsafe assignment of an `any` value
|
client/react-native/index.ts#L117
Unsafe argument of type `any` assigned to a parameter of type `WithImplicitCoercion<string> | { [Symbol.toPrimitive](hint: "string"): string; }`
|
client/react-native/index.ts#L127
Unsafe assignment of an `any` value
|
client/react-native/index.ts#L127
Unsafe call of an `any` typed value
|
client/react-native/index.ts#L135
Unsafe assignment of an `any` value
|
client/react-native/index.ts#L135
Unsafe member access .response on an `any` value
|
client/react-native/index.ts#L136
Unsafe assignment of an `any` value
|
client/react-native/index.ts#L136
Unsafe member access .response on an `any` value
|
client/react-native/index.ts#L153
Unsafe assignment of an `any` value
|
The logs for this run have expired and are no longer available.
Loading