Fix: update FadeInView example to use Animated.Value #1088
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
|