I am implementing an image/video share from the outside app into my app. I am using this library for sharing the image from outside the app to my react native app. Everything is working fine on up to Android Pie.
But in Android Pie, I am not getting real file URI instead of I am getting URI like below
'file:///storage/emulated/0/MyApp/917'
The original URI for this file is file:///storage/emulated/0/MyApp/4cf7ecbe-e684-41ec-8286-92ab5ff47dcc.png
How can I get the origin URI in android pie using above URI (Andriod -JAVA)??