version increment #43
ci.yml
on: push
lint
48s
test
1m 4s
build-library
1m 5s
build-android
7m 16s
build-ios
16m 34s
Annotations
10 errors and 15 warnings
lint:
example/src/App.tsx#L1
Replace `"react"` with `'react'`
|
lint:
example/src/App.tsx#L6
Replace `·SafeAreaView,·ScrollView,·StatusBar,·StyleSheet,·useColorScheme·}·from·"react-native"` with `⏎··SafeAreaView,⏎··ScrollView,⏎··StatusBar,⏎··StyleSheet,⏎··useColorScheme,⏎}·from·'react-native'`
|
lint:
example/src/App.tsx#L7
Replace `"./AppStore"` with `'./AppStore'`
|
lint:
example/src/App.tsx#L8
Replace `"./components/AppContent"` with `'./components/AppContent'`
|
lint:
example/src/App.tsx#L9
Replace `"./auth/Login"` with `'./auth/Login'`
|
lint:
example/src/App.tsx#L10
Replace `"react-native-autocomplete-dropdown"` with `'react-native-autocomplete-dropdown'`
|
lint:
example/src/App.tsx#L11
Replace `"./components/ui/NavBar"` with `'./components/ui/NavBar'`
|
lint:
example/src/App.tsx#L19
Replace `⏎········barStyle={isDarkMode·?·'light-content'·:·'dark-content'}⏎·····` with `·barStyle={isDarkMode·?·'light-content'·:·'dark-content'}`
|
lint:
example/src/App.tsx#L23
Replace `····<NavBar` with `<NavBar·`
|
lint:
example/src/App.tsx#L24
Replace `··············{loggedUser·?·` with `········{loggedUser·?·(`
|
lint
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/.
|
lint:
example/src/auth/FirebaseAuthManager.ts#L28
Expected a 'break' statement before 'default'
|
lint:
example/src/auth/GoogleSignIn.tsx#L22
'React' must be in scope when using JSX
|
lint:
example/src/auth/Login.tsx#L20
'React' must be in scope when using JSX
|
lint:
example/src/auth/Login.tsx#L21
'React' must be in scope when using JSX
|
lint:
example/src/components/AssetRow.tsx#L22
Empty components are self-closing
|
lint
Inline style: { flex: 3, paddingRight: 10 }
|
lint
Inline style: { flex: 1 }
|
lint
Empty components are self-closing
|
lint:
example/src/components/BackupAndRecover.tsx#L164
'passphrasePersist' is already declared in the upper scope on line 123 column 9
|
lint:
example/src/components/BackupAndRecover.tsx#L174
Value of 'err' may be overwritten in IE 8 and earlier
|
test
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/.
|
build-library
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/.
|
build-android
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, actions/setup-java@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-ios
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/.
|