android:path deeplink opens in web browser rather than redirecting to app
I’ve react-native android app in which my android:path =’/reader/all’ deeplink is not working. Here the path is opening on browser instead of redirecting to app. However android:pathPrefix=”/reader/settings/digest” works as expected.
Here is my AndroidManifest.xml.