oops #23
Annotations
10 errors and 3 warnings
example/src/App.tsx#L3
Replace `·Button,·SafeAreaView,·ScrollView,·StyleSheet,·Text,·TextInput·` with `⏎··Button,⏎··SafeAreaView,⏎··ScrollView,⏎··StyleSheet,⏎··Text,⏎··TextInput,⏎`
|
example/src/App.tsx#L3
'StyleSheet' is defined but never used
|
example/src/App.tsx#L4
Replace `·AuthorizeWithGoogle,·SignInWithGoogle·` with `⏎··AuthorizeWithGoogle,⏎··SignInWithGoogle,⏎`
|
example/src/App.tsx#L8
Delete `⏎`
|
example/src/App.tsx#L10
Replace `""` with `''`
|
example/src/App.tsx#L11
Replace `familyName:·"",·givenName:·"",·id:·"",·idToken:·""})` with `⏎····familyName:·'',⏎····givenName:·'',⏎····id:·'',⏎····idToken:·'',⏎··});`
|
example/src/App.tsx#L12
Replace `""` with `''`
|
example/src/App.tsx#L13
Replace `·useState<AuthorizationResult>({accessToken:·"",·serverAuthCode:·"",·authorizedScopes:·[]` with `⏎····useState<AuthorizationResult>({⏎······accessToken:·'',⏎······serverAuthCode:·'',⏎······authorizedScopes:·[],⏎····`
|
example/src/App.tsx#L18
Replace `fontSize:·20` with `·fontSize:·20·`
|
example/src/App.tsx#L19
Replace `·placeholder='clientId'·value={clientId}·onChangeText={setClientId}` with `⏎··········placeholder="clientId"⏎··········value={clientId}⏎··········onChangeText={setClientId}⏎········`
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
example/src/App.tsx#L18
Inline style: { fontSize: 20 }
|
example/src/App.tsx#L27
Inline style: { fontSize: 20 }
|
This job failed
Loading