AnimatedFAB
Props
accessibilityLabelType:
stringDefault value:
labelAccessibility label for the FAB. This is read by the screen reader when the user taps the FAB.
Uses label by default if specified.
accessibilityStateType:
AccessibilityStateAccessibility state for the FAB. This is read by the screen reader when the user taps the FAB.
disabledType:
booleanWhether FAB is disabled. A disabled button is greyed out and onPress is not called on touch.
iconModeType:
'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.
animateFromType:
'left' | 'right'Default value:
'right'Indicates from which direction animation should be performed. The default value is right.
styleType:
StyleProp<ViewStyle>themeType:
ReactNativePaper.ThemetestIDType:
string