fix: issue-1211 fix iOS example app not building because of node path #200
Annotations
10 errors and 5 warnings
example-expo/src/AppComponent.tsx#L2
Cannot find module 'react-native-safe-area-context' or its corresponding type declarations.
|
example-expo/src/AppComponent.tsx#L3
Cannot find module 'styled-components' or its corresponding type declarations.
|
example-expo/src/AppComponent.tsx#L4
Cannot find module 'react-native-toast-message' or its corresponding type declarations.
|
example-expo/src/components/atoms/AppText/AppText.styled.tsx#L2
Cannot find module 'styled-components' or its corresponding type declarations.
|
example-expo/src/components/atoms/AppText/AppText.styled.tsx#L5
Binding element 'theme' implicitly has an 'any' type.
|
example-expo/src/components/atoms/AppText/AppText.tsx#L1
'React' is declared but its value is never read.
|
example-expo/src/components/atoms/AppTextInput/AppTextInput.styled.tsx#L2
Cannot find module 'styled-components' or its corresponding type declarations.
|
example-expo/src/components/atoms/AppTextInput/AppTextInput.styled.tsx#L5
Binding element 'theme' implicitly has an 'any' type.
|
example-expo/src/components/atoms/AppTextInput/AppTextInput.tsx#L1
'React' is declared but its value is never read.
|
example-expo/src/components/atoms/Button/Button.styled.tsx#L2
Cannot find module 'styled-components' or its corresponding type declarations.
|
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-expo/src/screens/MainStack/InstanceDestroyScreen/InstanceDestroyScreen.tsx#L23
Unexpected any. Specify a different type
|
example-expo/src/screens/MainStack/InstanceDestroyScreen/utils.ts#L7
Unexpected any. Specify a different type
|
example/src/screens/MainStack/InstanceDestroyScreen/InstanceDestroyScreen.tsx#L23
Unexpected any. Specify a different type
|
example/src/screens/MainStack/InstanceDestroyScreen/utils.ts#L7
Unexpected any. Specify a different type
|
This job failed
Loading