uidb-dev / react.cordova

best bundle to webApp mobile- react and cordova
67 stars 9 forks source link

react-router-dom is not working #26

Closed ahmedrowaihi closed 2 years ago

ahmedrowaihi commented 3 years ago

when I run the app through Serve it's working fine, but after building an Apk I guess react-router-dom is not working.. please guys I need guidance

orchuban commented 3 years ago

Did you try to work with https://www.npmjs.com/package/react.cordova-navigation_controller ?

agpl commented 3 years ago

Have you tried to use HashRouter? Recent cordova-android@10 would support standard router implementation also.

orchuban commented 3 years ago

Have you tried to use HashRouter? Recent cordova-android@10 would support standard router implementation also.

Yes, it is have to work. See example: https://github.com/orchoban/react.cordova-navigation_controller/issues/19#issuecomment-950731798