1.4.3 • Published 4 years ago
modal-sheets v1.4.3
React Native Modal sheets
install
using yarn : yarn add modal-sheets
using npm : npm i modal-sheets
import Modal from 'modal-sheets';
// ...
<Modal size="m" visible={shown} close={onClose}>
{children}
</Modal>
// ...
Props | Require | Description |
---|---|---|
visible | yes | show/hide modal |
close | yes | callback for close modal (bol)=>setVisible(bol) |
size | no | "s" , "m" ,"l" |