iamacup / react-native-markdown-display

React Native 100% compatible CommonMark renderer
MIT License
590 stars 169 forks source link

Maintenance #158

Closed danilobuerger closed 10 months ago

danilobuerger commented 3 years ago

Hi @iamacup, are you still maintaining this library? It seems like progress has stalled after v7 alpha last year.

dpnick commented 2 years ago

Really interested to know that too

abirchall commented 2 years ago

Let me know if you're looking for more maintainers. I'm happy to help.

CoenWarmer commented 2 years ago

Would be great if a non alpha version could be released, at least :)

araujobarret commented 2 years ago

I guess someone else will fork this repo and maintain it for a while there 😂 react-native-markdown-display-here-we-go

No joke part, I'm willing to help if needed but we need a position from the current maintainer

iamacup commented 2 years ago

@abirchall @araujobarret, let's have a chat, can you add me on Discord? IaMaCuP#1041

dpnick commented 2 years ago

@iamacup I could also help if needed

iamacup commented 2 years ago

Feel free to add me @dpnick

damau commented 2 years ago

Hey all. Please let us know the verdict, if the repo will move etc. Also grateful to the work you have already done iamacup and for those of you to offer to pick it up! If you do make a verdict I am happy to do a write up (say on the README or something) on what you've decided so that future users know where to go/what to do etc.

danilobuerger commented 2 years ago

@iamacup any update on this?

caseycoding commented 2 years ago

I'll tag some more people in for visibility: @abirchall, @araujobarret, and @dpnick.

vladp commented 2 years ago

adding folks that created a pull request, or asked for maintenance status

@trajano @CodingByJerez @inderdhir @sdossic

According to the github profile, the author of the repo is no longer active on Git, so we can assume that this repo is no longer maintained. It needs a fork. If others have most up-to-date fork that they are willing to share, please post here so that we can at least get by when updating the rest of the libraries (react-native, react, expo, etc)

filipecatraia commented 2 years ago

I've forked it and republished it under my employer's name because we really needed to incorporate a couple of PRs from others. But TBH I'm not actively maintaining it, it just works for us for now, until we find a better solution.

inderdhir commented 2 years ago

Same for me, not actively maintaining at the moment.

araujobarret commented 2 years ago

I did some patch locally to support new elements, worked great but didn't publish as a fork

damau commented 2 years ago

Hey,

Same. One contrib.

Is there anyway to create a repo so we we can add a few of us as collaborators/admin to that repo. Or for github is it paid only accounts that would allow that?

I find often the issue with Npm packs is singular responsibilty owners. Which is a huge burden on them and makes for a ton of forks/patch versions released on npm.

Ta Ad

On Wed, 24 Aug 2022 at 10:35, Carlos Alberto de Araujo Barreto < @.***> wrote:

I did some patch locally to support new elements on it, worked great but didn't publish as a fork

— Reply to this email directly, view it on GitHub https://github.com/iamacup/react-native-markdown-display/issues/158#issuecomment-1225376555, or unsubscribe https://github.com/notifications/unsubscribe-auth/AARFD6ZGCXI4IKACQSVJ6BTV2XNDHANCNFSM5G5VAMEA . You are receiving this because you commented.Message ID: @.***>

vladp commented 2 years ago

@damau With regards to:

" Is there anyway to create a repo so we we can add a few of us as collaborators/admin to that repo. Or for github is it paid only accounts that would allow that? "

Github docs say: "If you're using GitHub Free, you can add unlimited collaborators on public and private repositories. "

RonRadtke commented 1 year ago

Anyone interested in actively continuing on the library? Otherwise I would fork it and republish. But would be great to have some co-maintainers. @caseycoding @araujobarret @damau

miallo commented 1 year ago

@RonRadtke

Anyone interested in actively continuing on the library? Otherwise I would fork it and republish. But would be great to have some co-maintainers.

We in our company already have an internal fork with a few of the most important fixes for us, but we would like to upstream them and take part in the maintenance as well. So you can count @orangecms and me in :)

RonRadtke commented 1 year ago

@miallo Then I'll create a repo and invite you both as maintenances so we can republish the lib. We just need to see that we can integrate you changes too since I made some adjustments for myself already. But don't think that will be a too big problem.

Would that be ok for you?

orangecms commented 1 year ago

@miallo Then I'll create a repo and invite you both as maintenances so we can republish the lib. We just need to see that we can integrate you changes too since I made some adjustments for myself already. But don't think that will be a too big problem.

Would that be ok for you?

Yup, works for us. :)

If you like, we can also have a chat at some point. We can offer a Jitsi session etc., might help with quicker coordonation. Or a hackathon, since we're just on the other side of the country. ^^

Thank you so much!

RonRadtke commented 1 year ago

Sounds great! Nice, didn't check your profile yet :) Just send me an email to dev@ikascripts.de an we can agree on something. A chat would be useful for sure.

RonRadtke commented 1 year ago

Hi, we teamed up (@orangecms @miallo and me) to keep this project alive. We forked it: https://www.npmjs.com/package/@ronradtke/react-native-markdown-display We started integrating fixes and some additional functionality targeting accessibility, theming, and general issues like combability to new versions of RCT.