AnimatedFAB
Props
accessibilityLabel
Type:
string
Default value:
label
Accessibility label for the FAB. This is read by the screen reader when the user taps the FAB.
Uses label
by default if specified.
accessibilityState
Type:
AccessibilityState
Accessibility state for the FAB. This is read by the screen reader when the user taps the FAB.
disabled
Type:
boolean
Whether FAB
is disabled. A disabled button is greyed out and onPress
is not called on touch.
iconMode
Type:
'static' | 'dynamic'
Default value:
'dynamic'
Whether icon should be translated to the end of extended FAB
or be static and stay in the same place. The default value is dynamic
.
animateFrom
Type:
'left' | 'right'
Default value:
'right'
Indicates from which direction animation should be performed. The default value is right
.
style
Type:
StyleProp<ViewStyle>
theme
Type:
ReactNativePaper.Theme
testID
Type:
string