From ecdb55e470bb9fa569d26fcc8af4e5169511a4d3 Mon Sep 17 00:00:00 2001 From: Eric Dvorsak Date: Thu, 19 Oct 2017 02:07:55 +0200 Subject: [PATCH] remove override to fix compilation problem with last react-native --- .../main/java/es/tiarg/nfcreactnative/NfcReactNativePackage.java | 1 - 1 file changed, 1 deletion(-) diff --git a/android/src/main/java/es/tiarg/nfcreactnative/NfcReactNativePackage.java b/android/src/main/java/es/tiarg/nfcreactnative/NfcReactNativePackage.java index 06158c8..f20a70e 100644 --- a/android/src/main/java/es/tiarg/nfcreactnative/NfcReactNativePackage.java +++ b/android/src/main/java/es/tiarg/nfcreactnative/NfcReactNativePackage.java @@ -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> createJSModules() { return Collections.emptyList(); }