Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 827 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 827 Bytes

GitHub license

React Native Bottom up Panel

A sliding panel from bottom

Installation

Install this dependency using your favorite package manager tool

yarn add react-native-bottom-up-panel

Import the component into your project, for example:

import BottomUpPanel from 'react-native-bottom-up-panel';

Documentation

shadowHeight: PropTypes.number.isRequired, minOpacity: PropTypes.number, maxOpacity: PropTypes.number, isVisible: PropTypes.bool.isRequired, children: PropTypes.arrayOf(React.Component).isRequired, getRef: PropTypes.func.isRequired, closeModal: PropTypes.func.isRequired, closingGesture: PropTypes.bool,

Examples