Skip to content

chore: release 4.0.0 #99

chore: release 4.0.0

chore: release 4.0.0 #99

Triggered via push November 5, 2025 23:33
Status Failure
Total duration 2m 31s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 7 warnings
build-ios
Process completed with exit code 6.
test
Cache save failed.
lint: example/src/navigation/AppNavigator.tsx#L15
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 “AppNavigator” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
lint: example/src/components/PracticalExamples.tsx#L81
Inline style: { backgroundColor: 'white', padding: 30, borderRadius: 15 }
lint: example/src/components/LiquidGlassExample.tsx#L38
Inline style: { borderRadius: 20 }
lint: example/index.js#L1
'Platform' is defined but never used
lint
Cache save failed.
build-android
Cache save failed.