diff --git a/src/components/FloatingActionButton/index.js b/src/components/FloatingActionButton/index.js index 1266fb2d1653..6922c8b1949b 100644 --- a/src/components/FloatingActionButton/index.js +++ b/src/components/FloatingActionButton/index.js @@ -48,7 +48,7 @@ const FloatingActionButton = React.forwardRef(({onPress, isActive, accessibility return { transform: [{rotate: `${sharedValue.value * 135}deg`}], backgroundColor, - borderRadius: borderRadius, + borderRadius, }; });