t4t5 / react-native-router

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

Example code dosen't work #60

Open mtsewrs opened 9 years ago

mtsewrs commented 9 years ago

Tried to do this with the example code and only get 'Cannot read property 'None' of undefined'.

OssamaZ commented 9 years ago

in your project dependencies (node_modules), find the react-native-router and change the dependencies in the project package.json file to something like this: "dependencies": { "react-tween-state": "0.0.5" }, "peerDependencies": { "react-native": "^0.10.1" },

mtsewrs commented 9 years ago

Wow that worked! Thanks! To bad that this isn't being maintained...

OssamaZ commented 9 years ago

Glad it worked, and yes, i don't think this repo is maintained anymore :(

MikaelCarpenter commented 9 years ago

I'm maintaing a fork here, feel free to send issues to that repo instead! t4t5 just gave me the go ahead to publish mine, as he's too busy at the moment to maintain this one.

OssamaZ commented 9 years ago

yeah i saw your fork earlier, thanks.

niftylettuce commented 8 years ago

thank you both for reporting this @MikaelCarpenter @OssamaZ @mattiasewers