React Native Products Integration #31
Triggered via pull request
September 29, 2023 15:46
Status
Failure
Total duration
18m 29s
Artifacts
–
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: pull_request
lint
49s
test
57s
build-library
47s
build-android
5m 44s
build-ios
18m 9s
Annotations
13 errors and 2 warnings
build-library
Process completed with exit code 1.
|
lint:
example/src/App.tsx#L12
Delete `⏎`
|
lint:
example/src/App.tsx#L23
Replace `title:·'Welcome'` with `·title:·'Welcome'·`
|
lint:
example/src/HomeScreen.tsx#L7
Delete `⏎`
|
lint:
example/src/HomeScreen.tsx#L12
Insert `⏎·······`
|
lint:
example/src/HomeScreen.tsx#L13
Replace `·················` with `········`
|
lint:
example/src/HomeScreen.tsx#L14
Delete `·········`
|
lint:
example/src/HomeScreen.tsx#L15
Replace `·········}}` with `}}⏎······`
|
lint:
example/src/HomeScreen.tsx#L17
Insert `⏎····`
|
lint:
example/src/HomeScreen.tsx#L46
Delete `⏎`
|
lint:
example/src/HomeScreen.tsx#L49
Replace `⏎········Test·Our·Products⏎······` with `Test·Our·Products`
|
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#L9
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#L18
'result' is already declared in the upper scope on line 8 column 10
|