1.4.3 • Published 4 years ago

modal-sheets v1.4.3

Weekly downloads
328
License
MIT
Repository
github
Last release
4 years ago

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>
// ...
PropsRequireDescription
visibleyesshow/hide modal
closeyescallback for close modal (bol)=>setVisible(bol)
sizeno"s", "m" ,"l"
1.2.0

4 years ago

1.4.3

4 years ago

1.4.2

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago