Skip to content

Commit fba4f03

Browse files
author
pac-guerreiro
committed
fix: tooltip not working with floating action button
1 parent 4c599d2 commit fba4f03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/FAB/FAB.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ const FAB = forwardRef<View, Props>(
286286
accessibilityRole="button"
287287
accessibilityState={newAccessibilityState}
288288
testID={testID}
289+
{...rest}
289290
>
290291
<View
291292
style={[styles.content, label ? extendedStyle : fabStyle]}

0 commit comments

Comments
 (0)