Remove createJSModules @override - RN 0.47 compatibility (#718)

* Remove depreciated createJSModules @ovveride marker

* Remove depreciated createJSModules @ovveride marker

* Added comment in exoplayer

* Added comment

* Remove trailing spaces

* Fix typo in comment

* Fix typo in comment

* Fix typo in comment

* Fix typo in comment
This commit is contained in:
Radek Czemerys
2017-08-09 03:11:11 +02:00
committed by Matt Apperson
parent 961baedb26
commit 5738757966
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ public class ReactVideoPackage implements ReactPackage {
return Collections.emptyList();
}
@Override
// Deprecated RN 0.47
public List<Class<? extends JavaScriptModule>> createJSModules() {
return Collections.emptyList();
}