Created
June 12, 2020 07:57
-
-
Save kmagiera/feeccab151bccc718d0af45b88147daa 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
const style = useAnimatedStyle(() => { | |
// when defining method in one of the hooks from reanimated, you don't | |
// need to add 'worklet' directive. It is a worklet by default. | |
return { | |
width: 64, | |
}; | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment