Skip to content

React Native Products Integration #37

React Native Products Integration

React Native Products Integration #37

Triggered via pull request October 3, 2023 12:38
Status Failure
Total duration 19m 35s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 errors and 2 warnings
build-library
Process completed with exit code 1.
lint: example/src/App.tsx#L3
'SmileID' is defined but never used
lint: example/src/App.tsx#L12
Delete `⏎`
lint: example/src/App.tsx#L17
Replace `'Smile·ID'` with `"Smile·ID"`
lint: example/src/App.tsx#L21
Replace `'Capture'` with `"Capture"`
lint: example/src/HomeScreen.tsx#L5
Replace `·BvnConsentRequest,` with `⏎··BvnConsentRequest,⏎·`
lint: example/src/HomeScreen.tsx#L5
'BvnConsentScreen' is defined but never used
lint: example/src/HomeScreen.tsx#L11
Delete `⏎`
lint: example/src/HomeScreen.tsx#L15
Delete `⏎`
lint: example/src/HomeScreen.tsx#L17
Insert `·`
lint: example/src/HomeScreen.tsx#L23
Insert `⏎·······`
build-android
build:android: command (/home/runner/work/react-native/react-native) yarn run build:android exited (1)
build-android
Process completed with exit code 1.
lint: example/src/HomeScreen.tsx#L20
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#L12
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