Created
June 12, 2020 07:58
-
-
Save kmagiera/45ff7487ba2df10185ab1718ad9c8a9c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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