A sliding panel from bottom
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';
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,