rnc-archive / .github

This repository contains the general guidelines for the RNCommunity org
https://github.com/react-native-community
200 stars 31 forks source link

Can we have a drawing pad or signature pad? #53

Open hmheng opened 5 years ago

hmheng commented 5 years ago

Feature Request

There is react-native-signature-signature-pad or some other drawing pad, those are great but they are quite outdated now. May we have them be improved and included in react-native-community package? Also can we have it for RN for Windows and RN for Web support too?

https://github.com/RepairShopr/react-native-signature-capture

mikehardy commented 5 years ago

I think the idea of the react-native-community is a collection of people working together on their own software, not a pool of labor that will build some other software on demand

I think the path to having software hosted in react-native-community is more like:

In short - make useful software and demonstrate a commitment to it.

That's my impression anyway

hmheng commented 5 years ago

Hi Mike,

Thanks for your prompt. I didn't expect my suggestion sounds rude to you. with respect to the community and appreciate what community had done, I didn't treat anyone here as labour. What I suggested is only what I think it might be useful for others, so the entire community can consider to do since the library that I mention is quite dated. Of course, I am still quite new to the RN.

If there is clear guide how to build plugin for multiple platforms, I would love to do and contribute it with my capacity.

Hope you understand.

Thank you.

mikehardy commented 5 years ago

No worries - I didn't think it was rude, I just wanted to put forward that it's more about help with work vs requests, and I the path I outlined is (I think?) about the path I've seen software take to get there. I'm not aware of clear guides per se, but the path I've taken is to just start working on the software you need. You mentioned a package that had potential but was outdated - start by updating it and go from there I think

hmheng commented 5 years ago

Hopefully I have some ideas how to develop it further though. Hope more people can guide me on how to achieve that.

kelset commented 5 years ago

👋 @hmheng, to further explain how it works, there is currently this issue -> https://github.com/react-native-community/.github/issues/34

The library you linked is owned by someone other than you, so you should first get this person to give you rights to do that and then we could try and follow what written in the other issue I linked above.

All of this said, what @mikehardy mentioned above is also correct, we are still finding the right balance before writing it in the guidelines - sorry if it caused confusion!