rn-actions-floating-button
Advanced tools
Comparing version 1.0.9 to 1.1.0
@@ -11,3 +11,3 @@ import {ViewStyle} from "react-native"; | ||
actionButtons?: ActionButton[]; | ||
mainButton?: ActionButton; | ||
mainButton: ActionButton; | ||
animateMainButton?: boolean; | ||
@@ -14,0 +14,0 @@ style?: ViewStyle; |
{ | ||
"name": "rn-actions-floating-button", | ||
"version": "1.0.9", | ||
"version": "1.1.0", | ||
"description": "An animated floating button with actions buttons", | ||
@@ -5,0 +5,0 @@ "main": "./actions-floating-button/actions-floating-button.tsx", |
@@ -25,6 +25,3 @@ - An animated floating button that reveal and hide actions buttons on click. | ||
]} | ||
// closeButton={{ | ||
// id: 0, | ||
// icon: () => <AntDesign name="plus" size={30} color="#FFFF" />, | ||
// }} | ||
/> | ||
@@ -45,3 +42,5 @@ ``` | ||
| ----- | ----------------- | ------- | | ||
| actionButtons | ActionButton[]| | ||
| closeButton | ActionButton| | ||
| actionButtons?| ActionButton[]| | ||
| mainButton|ActionButton| | ||
| animateMainButton?| boolean| | ||
| style?| ViewStyle| |
Sorry, the diff of this file is not supported yet
231526
6
131
45