1.1.8 • Published 11 months ago
rn-sliding-popup v1.1.8
RN-Sliding-Popup is a dynamic custom Modal view of React native, with a dynamic height and React native Animated animations.
It comes with a built-in TypeScript typings.
Installation:
npm i rn-sliding-popup
yarn add rn-sliding-popup
<Popup isCancelable={true} isVisible={isVisible} onClickClose ={()=> {}}>
{...children}
</Popup>
Animated sliding popup:
Dataset Properties
Name | Type | Default |
---|---|---|
precentegs | Precentage[] | [] |
isVisible | boolean | |
onBackdropPress | () => void | |
title | string | |
titleStyle | TextStyle[] TextStyle | |
onPressProcceed | () => void | |
durationEnter | number | |
durationExit | number | |
valueEnter | number | |
valueExit | number | |
startValue | number | |
onClickClose | () => void | |
isCancelable | boolean |
1.1.8
11 months ago
1.1.7
11 months ago
1.1.6
11 months ago
1.1.5
11 months ago
1.1.4
11 months ago
1.1.3
11 months ago
1.1.1
2 years ago
1.1.2
2 years ago
1.1.0
2 years 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