Open mtsewrs opened 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" },
Wow that worked! Thanks! To bad that this isn't being maintained...
Glad it worked, and yes, i don't think this repo is maintained anymore :(
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.
yeah i saw your fork earlier, thanks.
thank you both for reporting this @MikaelCarpenter @OssamaZ @mattiasewers
Tried to do this with the example code and only get 'Cannot read property 'None' of undefined'.