fix: remove runtime warning by replacing UIManager.RCTVideo with UIManager.getViewManagerConfig('RCTVideo') (and ensuring backwards compat) (#1487)

* replaced UIManager.RCTVideo >  UIManager.getViewManagerConfig('RCTVideo')

* added requested changes

* updated changelog.md

* docs: adjust wording
This commit is contained in:
Nick
2019-02-18 16:47:20 +05:30
committed by Laurin Quast
parent d8a2a9e108
commit b448b30de6
3 changed files with 15 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
{
"extends": "airbnb",
"parser": "babel-eslint"
}
}