react-native-exception-handler
react-native-exception-handler copied to clipboard
display a form on JS crush
In the documentation, it is stated that the JS crush handler, well, let's us do whatever UI react-native allows us to do. But I can only display Alert.alert there. Is there anyway to display a feed back form to the user on JS crush?
if (isFatal){
//display a form
}
Did you get an answer to this? I am also looking the same.