Skip to content

⬆️ Bump react-native from 0.72.4 to 0.72.5 #19

⬆️ Bump react-native from 0.72.4 to 0.72.5

⬆️ Bump react-native from 0.72.4 to 0.72.5 #19

Triggered via pull request October 9, 2023 05:00
Status Success
Total duration 1m 18s
Artifacts

pullrequest.yml

on: pull_request
unittests  /  unittests
1m 9s
unittests / unittests
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
unittests / unittests: Storybook/components/Card/Card.stories.tsx#L4
'BottomSheet' is defined but never used
unittests / unittests: Storybook/components/Card/Card.stories.tsx#L4
'Button' is defined but never used
unittests / unittests: Storybook/components/Card/Card.stories.tsx#L4
'useTheme' is defined but never used
unittests / unittests: src/__tests__/components/Keyboard.test.tsx#L44
Unexpected any. Specify a different type
unittests / unittests: src/__tests__/components/Keyboard.test.tsx#L73
Unexpected any. Specify a different type
unittests / unittests: src/components/keyboard/Keyboard.tsx#L17
Unexpected any. Specify a different type
unittests / unittests: src/components/keyboard/Keyboard.tsx#L38
Unexpected any. Specify a different type
unittests / unittests: src/components/keyboard/Keyboard.tsx#L44
Unexpected any. Specify a different type
unittests / unittests: src/components/numberField/NumberField.tsx#L42
React Hook useEffect has missing dependencies: 'forcedState' and 'refreshCurrentState'. Either include them or remove the dependency array
unittests / unittests: src/components/numberField/NumberField.tsx#L53
React Hook useEffect has missing dependencies: 'checkContent', 'firstContentChange', 'firstValue', and 'value'. Either include them or remove the dependency array. You can also replace multiple useState variables with useReducer if 'setFilled' needs the current value of 'firstValue'