Skip to content

Instantly share code, notes, and snippets.

@kmagiera
Created June 12, 2020 07:57
Show Gist options
  • Save kmagiera/feeccab151bccc718d0af45b88147daa to your computer and use it in GitHub Desktop.
Save kmagiera/feeccab151bccc718d0af45b88147daa to your computer and use it in GitHub Desktop.
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