Skip to content

Commit 4163efc

Browse files
committed
Update readme
1 parent 76ddd8d commit 4163efc

File tree

2 files changed

+30
-12
lines changed

2 files changed

+30
-12
lines changed

.github/funding.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# These are supported funding model platforms
2+
3+
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4+
patreon: # Replace with a single Patreon username
5+
open_collective: # Replace with a single Open Collective username
6+
ko_fi: paufau
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: # Replace with a single Liberapay username
10+
issuehunt: # Replace with a single IssueHunt username
11+
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
12+
polar: # Replace with a single Polar username
13+
buy_me_a_coffee: # Replace with a single Buy Me a Coffee username
14+
thanks_dev: # Replace with a single thanks.dev username
15+
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

README.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![NPM Version](https://img.shields.io/npm/v/react-native-multiple-modals)](https://www.npmjs.com/package/react-native-multiple-modals)
44
![Static Badge](https://img.shields.io/badge/types-included-81B622)
5+
![Static Badge](https://img.shields.io/badge/plarforms-iOS%2C_Android-7a34eb)
56
[![NPM Downloads](https://img.shields.io/npm/dm/react-native-multiple-modals)](https://www.npmjs.com/package/react-native-multiple-modals)
67

78
Native Modal implementation which allows to display multiple Modals simultaneously.
@@ -10,14 +11,13 @@ Native Modal implementation which allows to display multiple Modals simultaneous
1011

1112
## ✨ Features
1213

13-
- 📱 iOS & Android
14-
- 🚀 Performant Native Implementation
15-
- ✅ Accessibility Support
16-
- 💯 Compatible with Expo
17-
- 💥 New Architecture (Fabric)
18-
- 🆗 Old Architecture (Paper)
19-
- 👌 Written in TypeScript
14+
- 🚀 Shows multiple instances at the same time
15+
- 💯 Displays on top of default modal
16+
- 🆗 Supports gesture handler out of the box
2017
- 🛠️ Displays above bottom tabs navigation
18+
- 📱 Adjusts content when rotated
19+
- 💥 Enhanced status bar configuration
20+
- ✅ Accessibility Support
2121

2222
## Installation
2323

@@ -150,7 +150,9 @@ Determines whether your modal should go under the system statusbar.
150150

151151
If you notice any bugs or anything working differently compared to React Native, feel free to open an issue. It’ll really help improve the project 🙏.
152152

153-
Also, if there are any well-known issues in React Native that haven’t been fixed for a long time and they show up here too, let me know! Let’s make things better together 😎.
153+
#### Still something missed?
154+
155+
I would love if you would let me know what you are missing in the library. _Together we can make it a community standard!_
154156

155157
## Roadmap
156158

@@ -161,10 +163,11 @@ Common:
161163

162164
## Versions
163165

164-
| version | react-native | links |
165-
| ------------- | ------------ | ----------------------------------------------------------------------------------- |
166-
| 2.0.0+ | 71+ | [Documentation](https://github.com/paufau/react-native-multiple-modals/tree/main) |
167-
| 1.0.0 - 1.2.6 | 70+ | [Documentation](https://github.com/paufau/react-native-multiple-modals/tree/v1.2.6) |
166+
| library version | react-native | old arch | new arch | docs |
167+
| --------------- | ------------ | -------- | -------- | ----------------------------------------------------------------------------------- |
168+
| 3.0.0+ | 73+ ||| [Documentation](https://github.com/paufau/react-native-multiple-modals/tree/main) |
169+
| 2.0.0 - 2.5.0 | 71+ ||| [Documentation](https://github.com/paufau/react-native-multiple-modals/tree/v2.5.0) |
170+
| 1.0.0 - 1.2.6 | 70+ ||| [Documentation](https://github.com/paufau/react-native-multiple-modals/tree/v1.2.6) |
168171

169172
## Author
170173

0 commit comments

Comments
 (0)