remove override to fix compilation problem with last react-native

This commit is contained in:
Eric Dvorsak
2017-12-15 11:59:01 +02:00
committed by Roman Volosovskyi
parent 20bdeb4d7b
commit ecdb55e470
@@ -30,7 +30,6 @@ public class NfcReactNativePackage implements ReactPackage {
* listed here. Also listing a native module here doesn't imply that the JS implementation of it
* will be automatically included in the JS bundle.
*/
@Override
public List<Class<? extends JavaScriptModule>> createJSModules() {
return Collections.emptyList();
}