I have a problem with Authentication to Strava. I've followed every step described in the docs (https://developers.strava.com/docs/authentication/#detailsaboutrequestingaccess) but for some reason, my redirect_uri doesn't contain any query parameters when the user opens URI in Strava App. It seems that everything works fine if a user does not have the Strava app installed and the user is redirected to the browser to complete OAuth.
I am developing the app using React Native, and this problem occurs either on Android and iOS.
I would really appreciate if you could give me any clue what can be wrong.