-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1e45c79
commit dc6d33f
Showing
1 changed file
with
11 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,19 @@ | ||
# react-native-ios-modal | ||
|
||
TBA | ||
## 🚧⚠️ Re-Write in Progress ⚠️🚧 | ||
|
||
## Installation | ||
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. | ||
|
||
```sh | ||
npm install react-native-ios-modal | ||
``` | ||
|
||
## Usage | ||
* 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. | ||
|
||
```js | ||
import { IosModalView } from "react-native-ios-modal"; | ||
<br><br> | ||
|
||
// ... | ||
Try out the wip version of the library: | ||
|
||
<IosModalView color="tomato" /> | ||
``` | ||
|
||
## Contributing | ||
|
||
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow. | ||
|
||
## License | ||
|
||
MIT | ||
|
||
--- | ||
|
||
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob) | ||
npm install react-native-ios-modal@next | ||
``` |