t4t5 / react-native-router

Awesome navigation for your React Native app.
MIT License
1.17k stars 155 forks source link

This repo isn't being maintained anymore.. #58

Open MikaelCarpenter opened 9 years ago

MikaelCarpenter commented 9 years ago

It looks as though t4t5 is no longer active in this repo. I've tried reaching out to him on twitter without a response. In the meantime I have a fork at gb-native-router that has a few improvements made to it.

If you guys have issues or changes you'd like to make, feel free to put them on my repo and I'll take care of it for you. I'll be maintaining my repo until t4t5 comes back, at which point I'll just submit a PR here and merge it in to this one.

~Cheers!

ghost commented 9 years ago

Thanks @MikaelCarpenter.

Another option is to look at Navigator and NavigatorIOS. Here's a comparison of the two. Searching NPM for react-native-router also turns up a few related modules.

MikaelCarpenter commented 9 years ago

the updated and maintained version is now on npm, so you can install with:

npm install gb-native-router --save

FaridSafi commented 9 years ago

Thanks @MikaelCarpenter

ericraio commented 8 years ago

Thanks @MikaelCarpenter