1.1.2 • Published 10 months ago

rn-actions-floating-button v1.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago
  • An animated floating button that reveal and hide actions buttons on click.

  • It comes with a built-in TypeScript typings and is compatible with all popular JavaScript frameworks. You can use it directly or leverage well-maintained wrapper packages that allow for a more native integration with your frameworks of choice.

Example:

npm.io

How to use:

  <ActionsFloatingButton
      actionButtons={[
        {
          id: 0,
          icon: () => <MaterialIcons name="create" size={30} color="#FFFF" />,
        },
        {
          id: 1,
          icon: () => (
            <Ionicons name="create-outline" size={30} color="#FFFF" />
          ),
        },
      ]}

    />

#ActionButton Props -

NameTypeDefault
idnumber
icon() => JSX.Element
styleViewStyle
onClick() => void

#ActionsFloatingButton Props - | Name | Type | Default | | ----- | ----------------- | ------- | | actionButtons?| ActionButton[]| | mainButton|ActionButton| | animateMainButton?| boolean| | style?| ViewStyle|

1.1.1

10 months ago

1.1.0

10 months ago

1.1.2

10 months ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago