feat(react-native): added e2e example and ready-to-use component #102
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors
test:
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, }: { ...; }) => { ...; }; }`
|
test:
client/react-native/index.ts#L112
Unsafe assignment of an `any` value
|
test:
client/react-native/index.ts#L117
Unsafe argument of type `any` assigned to a parameter of type `WithImplicitCoercion<string> | { [Symbol.toPrimitive](hint: "string"): string; }`
|
test:
client/react-native/index.ts#L127
Unsafe assignment of an `any` value
|
test:
client/react-native/index.ts#L127
Unsafe call of an `any` typed value
|
test:
client/react-native/index.ts#L135
Unsafe assignment of an `any` value
|
test:
client/react-native/index.ts#L135
Unsafe member access .response on an `any` value
|
test:
client/react-native/index.ts#L136
Unsafe assignment of an `any` value
|
test:
client/react-native/index.ts#L136
Unsafe member access .response on an `any` value
|
test:
client/react-native/index.ts#L153
Unsafe assignment of an `any` value
|