Skip to content

feat(#44, #45): add getters and setters and cleanup (#47) #104

feat(#44, #45): add getters and setters and cleanup (#47)

feat(#44, #45): add getters and setters and cleanup (#47) #104

Triggered via push June 10, 2024 12:01
Status Failure
Total duration 11m 28s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
build-ios
build:ios: command (/Users/runner/work/react-native-esp-idf-provisioning/react-native-esp-idf-provisioning/) /private/var/folders/lr/439_fwvd3m76p9vy50d57kcc0000gn/T/xfs-59143a9a/yarn run build:ios exited (65)
build-ios
Process completed with exit code 65.
lint: example/src/DeviceScreen.tsx#L97
Inline style: { marginBottom: 8 }
lint: example/src/DeviceScreen.tsx#L119
Inline style: { flex: 1 }
lint: example/src/DeviceScreen.tsx#L120
Inline style: { height: '100%' }
lint: example/src/HomeScreen.tsx#L54
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. If you want to allow component creation in props, set allowAsProps option to true
lint: example/src/HomeScreen.tsx#L59
Inline style: { padding: 0 }
lint: example/src/HomeScreen.tsx#L98
Inline style: { flexGrow: 1 }
lint: example/src/HomeScreen.tsx#L103
Inline style: { justifyContent: 'center', alignItems: 'center' }
lint: example/src/HomeScreen.tsx#L113
Inline style: { flexGrow: 1 }
lint: example/src/HomeScreen.tsx#L139
Inline style: { opacity: 0.5 }
lint: example/src/ProvisionScreen.tsx#L43
Inline style: { flexDirection: 'row', flexWrap: 'wrap' }