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

@@ -27,7 +27,8 @@
"eslint-config-airbnb": "4.0.0"
},
"dependencies": {
"keymirror": "0.1.1"
"keymirror": "0.1.1",
"react-native-windows": "0.41.0-rc.0"
},
"scripts": {
"test": "node_modules/.bin/eslint *.js"