You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-7Lines changed: 24 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,33 @@
1
-
###🚧🚧 Looking for collaborators and financial backers 🚧🚧
1
+
# 🚧🚧 Looking for collaborators and financial backers 🚧🚧
2
2
3
-
See this [issue](https://github.com/react-native-datetimepicker/datetimepicker/issues/313).
3
+
Please support maintenance of the module with a monthly donation or help us with issues and pull requests.
4
4
5
-
### Financial backers
5
+
[Become a backer on OpenCollective](https://opencollective.com/react-native-datetimepicker) or [sponsor us on GitHub Sponsors](https://github.com/sponsors/react-native-datetimepicker).
6
6
7
-
Support us with a monthly donation to help us keep the module maintained. [Become a backer on OpenCollective](https://opencollective.com/react-native-datetimepicker) or [sponsor us on GitHub Sponsors](https://github.com/sponsors/react-native-datetimepicker).
7
+
See this [issue](https://github.com/react-native-datetimepicker/datetimepicker/issues/313) for context. Thank you!
This repository was moved out of the react native community GH organization, in accordance to [this proposal](https://github.com/react-native-community/discussions-and-proposals/issues/176).
16
33
The module is still published on `npm` under the old namespace (as documented) but will be published under a new namespace at some point, with a major version bump.
@@ -20,7 +37,7 @@ The module is still published on `npm` under the old namespace (as documented) b
React Native date & time picker component for iOS, Android and Windows.
40
+
React Native date & time picker component for iOS, Android and Windows (please note Windows is not actively maintained).
24
41
25
42
## Screenshots
26
43
@@ -94,7 +111,7 @@ React Native date & time picker component for iOS, Android and Windows.
94
111
## Requirements
95
112
96
113
- Only Android API level >=21 (Android 5), iOS >= 11 are supported.
97
-
- Tested with Xcode 14.0 and RN 0.71.4. Other configurations are very likely to work as well but have not been tested.
114
+
- Tested with Xcode 14.0 and RN 0.72.7. Other configurations are very likely to work as well but have not been tested.
98
115
99
116
The module supports the [new React Native architecture](https://reactnative.dev/docs/next/the-new-architecture/why) (Fabric rendering of iOS components, and turbomodules on Android). If you are using the new architecture, you will need to use React Native 0.71.4 or higher.
0 commit comments