Initial WPF Support (#385)
* initial support for WPF * update readme with WPF specific instructions * remove autogenerated .gitattributes file * reference RNW NPM package instead of hard-coded local reference
This commit is contained in:
committed by
Matt Apperson
parent
d48d7efc5d
commit
ebc6617ba4
15
windows/ReactNativeVideo.Net46/ReactVideoEventType.cs
Normal file
15
windows/ReactNativeVideo.Net46/ReactVideoEventType.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
namespace ReactNativeVideo
|
||||
{
|
||||
enum ReactVideoEventType
|
||||
{
|
||||
LoadStart,
|
||||
Load,
|
||||
Error,
|
||||
Progress,
|
||||
Seek,
|
||||
End,
|
||||
Stalled,
|
||||
Resume,
|
||||
ReadyForDisplay,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user