1.0.4 • Published 11 months ago

rn-popuplist v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

bottom list with simple animation

Here's a result image:

Example Usage:

const users = [

{ id: '1', name: 'Amit Sharma' },

{ id: '2', name: 'Priya Gupta' },

{ id: '3', name: 'Vikram Singh' },

];

<BottomPopup

data={users}

listTitle="Sohail`s List"

themeColor='green'

onselectionConfirm={onselectionConfirm}

isVisible={openList}

/>

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago