Skip to content

Fix: update FadeInView example to use Animated.Value #1088

Fix: update FadeInView example to use Animated.Value

Fix: update FadeInView example to use Animated.Value #1088

Triggered via pull request July 11, 2025 11:50
Status Failure
Total duration 2m 58s
Artifacts

pre-merge.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
lint
Process completed with exit code 1.
lint: scripts/lint-examples/out/animations.md-1.js#L5
The 'fadeAnim' object construction makes the dependencies of useEffect Hook (at line 13) change on every render. To fix this, wrap the initialization of 'fadeAnim' in its own useMemo() Hook