Skip to content

Instantly share code, notes, and snippets.

@kmagiera
Created June 12, 2020 07:58
Show Gist options
  • Save kmagiera/45ff7487ba2df10185ab1718ad9c8a9c to your computer and use it in GitHub Desktop.
Save kmagiera/45ff7487ba2df10185ab1718ad9c8a9c to your computer and use it in GitHub Desktop.
import { withSpring } from 'react-native-reanimated';
const style = useAnimatedStyle(() => {
return {
width: withSpring(randomWidth.value),
};
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment