From 3266b712ecdefddccb3d2e4a2bd4e186280f21d0 Mon Sep 17 00:00:00 2001 From: Jonas De Hovre <> Date: Tue, 14 Nov 2017 09:59:44 +0100 Subject: [PATCH] fix for new 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 List createNativeModules(ReactApplicationContext reactConte * 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(); }