Marius Hincu

Results 5 comments of Marius Hincu

> I see, it was only reverted for iOS- not android. No problems then I think. It is on android as well

So I've updated to `1.0.5` and added the `pre_install` and `post_install` now my Pod file looks like this ``` require_relative '../node_modules/react-native/scripts/react_native_pods' require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules' require_relative '../node_modules/react-native-unimodules/cocoapods.rb' platform :ios, '10.0' install! 'cocoapods',...

I still get it even if I use `showsEndOfRouteFeedback={false}` and for now I've managed to wrap the component in a `inRide` variable that also helped me to re-render the route...

@squareborg the way i am using it is to wrap the navigator in a view under state `isInRide` when a new destination comes in then I `setIsInRide(false)` update the coords...

@mariovillamizar you might want to run `rm -rf podfile.lock pods && pod install`