airbnb / native-navigation

Native navigation library for React Native applications
http://airbnb.io/native-navigation/
MIT License
3.13k stars 177 forks source link

Is this library still being developed? #145

Open joonhocho opened 7 years ago

joonhocho commented 7 years ago

Hello,

I am searching for native-side navigation library. Currently, this or wix/react-native-navigation seems to be the best options. But, at a glance, this library is not being (actively) developed anymore.

I watched the video why airbnb created this library, and found it very interesting and appealing. Could someone share any future plans?

Andreyco commented 6 years ago

@tychota @Almouro guys, since you disabled issues on your fork, I am contacting you here. Are you willing to share roadmap for the project? Do you communicate on any other channel? Is it available for public?

Almouro commented 6 years ago

@Andreyco sorry for the lack of responses, I was on vacation for a while. I activated issues on the fork. :)

So yes, for now we use this project mostly for integration of React Native inside existing native apps for one of our client. This client has several existing native apps with a huge native codebase, so this package was really appropriate to do that. We have a separate branch dedicated to the project with a few cool features that we could port back to the master branch. We've been working for a few months on this now and would love to contribute back (See https://github.com/airbnb/native-navigation/issues/145#issuecomment-329457337)

I am thus really keen on participating in the future of native-navigation. But since there's nothing happening here, I'd be happy to review contributions on our fork, integrate new contributors, and basically make our fork the new source of truth for this project.

If you guys thinks that's something you could get behind, please just add 🎉 to this comment :)

For me, there are two key aspects for this project, that we need to keep track of.

1. Integration inside existing native apps

2. Usage with full RN apps

Otherwise, Documentation is of course a must, since it's pretty scarce for now on this repo. We will share some of what we learned with @tychota on how to integrate this lib inside a native Android app for instance.