software-mansion / react-native-reanimated

React Native's Animated library reimplemented
https://docs.swmansion.com/react-native-reanimated/
MIT License
8.87k stars 1.3k forks source link

docs: fix useAnimatedKeyboard page crash #6056

Closed patrycjakalinska closed 4 months ago

patrycjakalinska commented 4 months ago

Due to change in InteractiveExample, useAnimatedVideo page on production crashed. To fix that we transformed useAnimatedVideo InteraciveExample component to a functional component.

Before: image

After:

image