79375173

Date: 2025-01-21 16:36:23
Score: 1
Natty:
Report link

React Native Reanimated 4.0 comes with a support for an API similar to CSS Animations and Transitions. Currently available in Beta.

function App() {
  return (
    <Animated.View
      style={{
        transitionProperty: 'width',
        transitionDuration: 300,
      }}
    />
  );
}

Check out the Reanimated 4 documentation for more information.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: kacperkapusciak