1.4.10 • Published 2 years ago

modal-sheet v1.4.10

Weekly downloads
167
License
MIT
Repository
github
Last release
2 years ago

React Native Modal sheets

Simple react native modal sheet

Install

using yarn : yarn add modal-sheet using npm : npm i modal-sheet

import Modal from 'modal-sheet';

const ref = useRef(null)

const onOpen = () => ref.current.open()

const onClose = () => ref.current.close()

// ...
<Modal ref={ref} size="m">
  {children}
</Modal>
// ...

Props

PropsRequireDescription
sizeno"s", "m" ,"l" , "xl"

Methods

open()

Open Modal

close()

Close Modal

1.4.10

2 years ago

1.4.9

2 years ago

1.4.6

2 years ago

1.4.5

2 years ago

1.4.4

2 years ago

1.4.3

2 years ago

1.4.2

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.4.8

2 years ago

1.4.7

2 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago