Skip to content

Commit dcd42dd

Browse files
committed
Update gif
1 parent 188a283 commit dcd42dd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# react-native-circular-action-menu
22
Path-esque circular action menu inspired by [CircularFloatingActionMenu](https://github.com/oguzbilgener/CircularFloatingActionMenu).
33

4-
![react-native-circular-action-menu demo](http://i.giphy.com/l0HlQYcV8J0TnDprW.gif)
4+
![react-native-circular-action-menu demo](http://i.giphy.com/3o6Zt6hNHOd3kVx4aY.gif)
55

66
### Installation
77
```bash
@@ -83,6 +83,7 @@ Also this example uses `react-native-vector-icons` for the button Icons.
8383
| active | boolean | false | action buttons visible or not
8484
| autoInactive | boolean | true | Auto hide ActionButtons when ActionButton.Item is pressed.
8585
| position | string | "center" | one of: `left` `center` and `right`
86+
| radiua | number | 100 | radius of menu
8687
| bgColor | string | "transparent" | color of overlay when ActionButtons are visible
8788
| buttonColor | string | "rgba(0,0,0,1)" | background color of the +Button **(must be rgba value!)**
8889
| btnOutRange | string | props.buttonColor | button background color to animate to

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-circular-action-menu",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "customizable circular action menu component for react-native",
55
"main": "ActionButton.js",
66
"scripts": {

0 commit comments

Comments
 (0)