Commit a6de8b32 authored by Radek Czemerys's avatar Radek Czemerys Committed by GitHub

Fix comment

parent b3214e92
...@@ -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));
} }
// RN 0.47 compatibility // 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