software-mansion / react-native-reanimated

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

Change passing of example components #6049

Closed patrycjakalinska closed 4 months ago

patrycjakalinska commented 4 months ago

Because of new InteractiveExample structure for Examples section to work properly we needed to change passed example components from JSX.Elements to functional components. Also refreshing Examples that were not based on width of the parent container was fixed.