Skip to content

Commit 2c50fd9

Browse files
committed
Remove portal
1 parent 0384999 commit 2c50fd9

18 files changed

+103
-491
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ yarn add react-native-modals
3333
## Exposed Modules
3434

3535
* Modal
36+
* ButtomModal
3637
* ModalPortal
37-
* AbstractPortal
3838
* Backdrop
3939
* ModalButton
4040
* ModalContent
@@ -222,7 +222,6 @@ import { Modal, ModalFooter, ModalButton, ModalContent } from 'react-native-moda
222222
| Prop | Type | Default | Note |
223223
|---|---|---|---|
224224
| `visible` | `boolean` | `false` | |
225-
| `type` | `String` | `modal` | Available option: `modal`, `bottomModal` |
226225
| `rounded` | `boolean` | `true` | |
227226
| `useNativeDriver` | `boolean` | `true` | |
228227
| `children` | `any` | | |

dist/AbstractPortal.js

-1
This file was deleted.

dist/Modal.js

-1
This file was deleted.

dist/ModalPortal.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)