mirror of
https://github.com/status-im/nfc-react-native.git
synced 2026-08-27 09:51:10 +00:00
remove override to fix compilation problem with last react-native
This commit is contained in:
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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user