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

Remove depreciated createJSModules @ovveride marker

parent 9dbc7268
......@@ -26,7 +26,7 @@ public class RNNotificationsPackage implements ReactPackage {
return Arrays.<NativeModule>asList(new RNNotificationsModule(mApplication, reactContext));
}
@Override
// RN 0.47 compatibility
public List<Class<? extends JavaScriptModule>> createJSModules() {
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