mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-05-26 16:10:26 +00:00
named parameter added for exception. Otherwise this cannot be used in JS
named parameter added for exception. Otherwise this cannot be used in JS
This commit is contained in:
@@ -121,7 +121,7 @@ class VideoEventEmitter {
|
||||
|
||||
private static final String EVENT_PROP_ERROR = "error";
|
||||
private static final String EVENT_PROP_ERROR_STRING = "errorString";
|
||||
private static final String EVENT_PROP_ERROR_EXCEPTION = "";
|
||||
private static final String EVENT_PROP_ERROR_EXCEPTION = "errorException";
|
||||
|
||||
private static final String EVENT_PROP_TIMED_METADATA = "metadata";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user