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:
Kevin VanGelder
2017-03-31 09:15:26 -07:00
committed by Matt Apperson
parent d48d7efc5d
commit ebc6617ba4
11 changed files with 750 additions and 3 deletions

View File

@@ -0,0 +1,15 @@
namespace ReactNativeVideo
{
enum ReactVideoEventType
{
LoadStart,
Load,
Error,
Progress,
Seek,
End,
Stalled,
Resume,
ReadyForDisplay,
}
}