Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dominicstop/react-native-ios-modal
A react-native component for displaying a modal on iOS by natively wrapping a react-native view inside a UIViewController and presenting it.
https://github.com/dominicstop/react-native-ios-modal
ios-swift modal native-module native-ui-component react-native react-native-component react-native-modal
Last synced: 4 days ago
JSON representation
A react-native component for displaying a modal on iOS by natively wrapping a react-native view inside a UIViewController and presenting it.
- Host: GitHub
- URL: https://github.com/dominicstop/react-native-ios-modal
- Owner: dominicstop
- License: mit
- Created: 2020-10-15T05:06:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-02T06:50:50.000Z (3 months ago)
- Last Synced: 2024-10-02T07:39:02.106Z (3 months ago)
- Topics: ios-swift, modal, native-module, native-ui-component, react-native, react-native-component, react-native-modal
- Language: Swift
- Homepage:
- Size: 124 MB
- Stars: 128
- Watchers: 3
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# react-native-ios-modal
## ๐งโ ๏ธ Re-Write in Progress โ ๏ธ๐ง
hello, this library is being re-written โ please see the [`v2.x`](https://github.com/dominicstop/react-native-ios-modal/tree/v2.x) branch for the older version of this library + it's corresponding documentation.
* Support for iOS 15 sheet detents, and iOS 16 custom detents (+ all the related sheet-related customizations and events).
* Typescript re-write for better auto-complete.
* Streamlining the modal-related events, and exposing more events.
* Better iPad support.
* Etc.
Try out the wip version of the library:
```
npm install react-native-ios-modal@next
```
### Acknowledgements
The initial fabric rewrite (i.e. version `3.x`) was made possible through a generous `$3,750` sponsorship by [natew](https://github.com/natew) + [tamagui](https://github.com/tamagui/tamagui) over the course of 4 months (from: `05/27/24` to `09/30/24`) ๐ฆโจ
very special thanks to: [junzhengca](https://github.com/junzhengca), [brentvatne](https://github.com/brentvatne), [expo](https://github.com/expo), [EvanBacon](https://github.com/EvanBacon), [corasan](https://github.com/corasan), [lauridskern](https://github.com/lauridskern), [ronintechnologies](https://github.com/ronintechnologies), and [gerzonc](https://github.com/gerzonc) for becoming a monthly sponsor, and thank you [fobos531](https://github.com/fobos531) for being a one time sponsor ๐ฅบ (if you have the means to do so, please considering sponsoring [here](https://github.com/sponsors/dominicstop))