Update ReactVideoView.cs

Fix 'Event' does not contain a constructor that takes 2 arguments ReactNativeVideo
This commit is contained in:
sm2017 2017-12-24 14:44:00 +03:30 committed by GitHub
parent ebe138fa8d
commit 64191298e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -328,7 +328,7 @@ namespace ReactNativeVideo
private readonly JObject _eventData;
public ReactVideoEvent(string eventName, int viewTag, JObject eventData)
: base(viewTag, TimeSpan.FromTicks(Environment.TickCount))
: base(viewTag)
{
_eventName = eventName;
_eventData = eventData;