Skip to content

Moumene/bottom-up-panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A sliding panel from bottom to top

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published