I have updated my Android's targetSdkVersion to 30, and I realized that the actionViewIntent function does not work on Android 11.
There is no error thrown. So I and not able to target the exact issue.
Below is my code:
RNFetchBlob.android.actionViewIntent(filePath, mimeType);
Has anyone else had this issue after updating? Please assist me!!
Thanks in advance.