1.0.8 • Published 3 years ago

@gaus694/react-native-popupmenu v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years 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

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.0

3 years ago