Skip to content

Commit e4b3ad0

Browse files
authored
chore: add repo transfer notice and support message (#291)
* chore: add repo transfer notice and support message * rephrase * rephrase
1 parent 0c9592a commit e4b3ad0

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
### Looking for support
2+
3+
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).
4+
The module is still published on `npm` under the old namespace (as documented) but will be published under a new namespace soon, with a major version bump.
5+
6+
Let us use this opportunity to ask you for help: this module has a number of bugs, missing features and open issues that require someone's attention. We're a very small team (2) of very busy maintainers and we're looking for new collaborators that would help us with these. If you're interested, please don't hesitate to contribute - we'll help you if needed.
7+
8+
Alternatively, consider supporting us through our [opencollective](https://opencollective.com/react-native-datetimepicker) that we'll use to fund the work (new features, issue handling, better docs and more) on this project.
9+
10+
Thank you!
11+
112
# React Native DateTimePicker
213

314
[![CircleCI Status][circle-ci-badge]][circle-ci-status]
@@ -694,7 +705,7 @@ Add `PackageProviders().Append(winrt::DateTimePicker::ReactPackageProvider());`
694705

695706
[circle-ci-badge]: https://img.shields.io/circleci/project/github/react-native-community/datetimepicker/master.svg?style=flat-square
696707
[circle-ci-status]: https://circleci.com/gh/react-native-community/workflows/datetimepicker/tree/master
697-
[support-badge]: https://img.shields.io/badge/platforms-android%20|%20ios-lightgrey.svg?style=flat-square
708+
[support-badge]: https://img.shields.io/badge/platforms-android%20%7C%20ios%20%7C%20windows-lightgrey.svg?style=flat-square
698709
[license-badge]: https://img.shields.io/npm/l/@react-native-community/slider.svg?style=flat-square
699710
[lean-core-badge]: https://img.shields.io/badge/Lean%20Core-Extracted-brightgreen.svg?style=flat-square
700711
[lean-core-issue]: https://github.com/facebook/react-native/issues/23313

0 commit comments

Comments
 (0)