Skip to content

fix: enhance LiquidGlassView for interactive animations #100

fix: enhance LiquidGlassView for interactive animations

fix: enhance LiquidGlassView for interactive animations #100

Triggered via pull request November 7, 2025 17:14
Status Failure
Total duration 1m 15s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
build-ios
Process completed with exit code 6.
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