react-native-inappbrowser
react-native-inappbrowser copied to clipboard
In app browser crashes when we try to upload image file from android
Trying to upload Image from android is crashing the in app browser without giving any errors in metro server.
Fixed this issue by adding:
InAppBrowser.open(url, {
// Android Properties
showInRecents: true,
........
})