t4t5 / react-native-router

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

bump version #47

Open wenkesj opened 9 years ago

wenkesj commented 9 years ago

bump it @t4t5

piyushchauhan2011 commented 9 years ago

I installed react-native 0.7.1 and react-native-router version 0.2.1. For me its not working!

screen shot 2015-07-16 at 4 43 20 pm

wenkesj commented 9 years ago

Hey @piyushchauhan2011, currently 0.7.1 is not supported in this repository. A general rule of thumb when working with a framework is to have version control stable throughout your app. If you choose to use react-native version 0.7.1, you will have to change this repositories version to 0.7.1. I forked it for that sole purpose because I want this for a project I'm working on and it works great for me. Feel free to use that until my PR gets merged. https://github.com/wenkesj/react-native-router

piyushchauhan2011 commented 9 years ago

Cool @wenkesj I will try it and let you know :+1:

helielson commented 9 years ago

+1

helielson commented 9 years ago

@t4t5 can you merge it? The component works properly for me with the 0.7.1 RN version

wenkesj commented 9 years ago

I have a couple other changes I'll include in another PR. A couple refactors and bug fixes from the other issues.