Merge pull request #8 from smileidentity/feature/cd #69
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: push
lint
1m 29s
test
1m 4s
build-library
1m 16s
build-android
7m 15s
build-ios
15m 3s
Annotations
2 warnings
lint:
example/src/HomeScreen.tsx#L19
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
|