Commit 0a350a12 authored by d4vidi's avatar d4vidi Committed by GitHub

Merge pull request #96 from radko93/patch-2

Remove createJSModules @overide marker - RN 0.47 compatibility
parents c4593454 a6de8b32
...@@ -26,7 +26,7 @@ public class RNNotificationsPackage implements ReactPackage { ...@@ -26,7 +26,7 @@ public class RNNotificationsPackage implements ReactPackage {
return Arrays.<NativeModule>asList(new RNNotificationsModule(mApplication, reactContext)); return Arrays.<NativeModule>asList(new RNNotificationsModule(mApplication, reactContext));
} }
@Override // Deprecated from RN 0.47
public List<Class<? extends JavaScriptModule>> createJSModules() { public List<Class<? extends JavaScriptModule>> createJSModules() {
return Collections.emptyList(); return Collections.emptyList();
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment