Skip to content

Feature/reactios

Feature/reactios #77

Triggered via pull request December 1, 2023 07:55
Status Failure
Total duration 22m 24s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 2 warnings
lint: example/src/HomeScreen.tsx#L11
'SmileID' is defined but never used
lint
Process completed with exit code 1.
build-ios
build:ios: command (/Users/runner/work/react-native/react-native) yarn run build:ios exited (65)
build-ios
Process completed with exit code 65.
lint: example/src/HomeScreen.tsx#L18
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “HomeScreen” and pass data as props
lint: example/src/SmileIDCaptureScreen.tsx#L24
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “SmileIDCaptureScreen” and pass data as props