@psyycker/rn-animated-hamburger
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

RN-animated-hamburger

Animated fully configurable hamburger menu for react-native!

Upgrade of this unmaintained repo

npm install @psyycker/rn-animated-hamburger --save
import Hamburger from '@psyycker/rn-animated-hamburger';

alt tag

API

Property Mandatory Default Type Description
active true boolean Boolean to set the component to active or not
onPress true () => void Callback called when the menu is clicked
type false cross string Defines the type of the menu icon. Options can be cross spinCross arrow spinArrow
color false white string It'll change the color of the component. Any color which is usable in react native will work
borderRadius false false boolean Allow to set a border radius on the lines (6px)

Contribute

There is no much to do, but if you want to do something new, feel free to do a pull request!

License

MIT

Package Sidebar

Install

npm i @psyycker/rn-animated-hamburger

Weekly Downloads

1

Version

1.1.1

License

MIT

Unpacked Size

22.7 kB

Total Files

10

Last publish

Collaborators

  • psyycker