maxs15 / react-native-modalbox

A <Modal/> component for react-native
MIT License
2.89k stars 505 forks source link

Additional maintainers, or a fork? #321

Open nicoburns opened 4 years ago

nicoburns commented 4 years ago

So I've been very happy with this library. It's been very reliable. However, the last code changes were over 8 months ago (Sept 2019), and it now seems to be unmaintained. In particular, there is an issue with the useNativeDriver warning that several people have raised PRs for, which have been ignored.

@maxs15 If you don't have time to maintain this library anymore, would you consider adding another maintainer (or group of maintainers) with commit permissions.

Alternatively, if that's not an option. Would anybody here be interested in creating and helping to maintain a fork?

kazzkiq commented 4 years ago

I forked this repo and applied PRs #305 and #318 until we get attention from the owner once again.

If you also needed those PRs but can't wait for they to be merged here, you can use my fork as a drop-in replacement:

npm install --save @kazzkiq/react-native-modalbox

Note: Please keep in mind I have absolutely no intent to maintain an active fork, tho.

Just applied the PRs with useful fixes for my project.

ayusch-apps-curefit commented 4 years ago

@kazzkiq Could you also merge #325 as well ?

maxs15 commented 3 years ago

Hey @nicoburns, I currently don't have much time for this plugin indeed, if you're interested about becoming a maintainer let me know, I'm open to that. I just merged the fix for the useNativeDriver warning 👍