1.0.8 • Published 1 year ago

@gaus694/react-native-popupmenu v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

React Native popupmenu

Pop-Up-Menu.png

installation

npm i @gaus694/react-native-popupmenu “

import

import PopUpMenu from '@gaus694/react-native-popupmenu'; “

Uses

“` let data = { id: 1, title: 'item 1', onPress: () => console.log('call item 1') }, { id: 2, title: 'item 2', onPress: () => console.log('call item 2') }

<PopUpMenu height={180} width={250} withOverlay={false} backgroundColor={'#fff'} icon={} data={data} /> “`

Props

toolTipContainerStyle (Optional)
toolTipHeight
toolTipWidth
withOverlay
backgroundColor
itemStyle(Optional)
menuTxt(Optional)

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.0

1 year ago