react-native-eventsource
react-native-eventsource copied to clipboard
fix missing or undefined data by checking for data as well as message
this could probably just be data: ev.data but leaving it as data: ev.message || ev.data should be non breaking
fixes #9