Skip to content

Commit e5bbe13

Browse files
authored
Merge pull request #172 from deathemperor/master
Fixed Compilation Error in React Native 0.47.0
2 parents d8f43f7 + 542893d commit e5bbe13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

android/src/main/java/io/sentry/RNSentryPackage.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
2929
return Arrays.<NativeModule>asList(new RNSentryModule(reactContext, this.getReactApplication()), new RNSentryEventEmitter(reactContext));
3030
}
3131

32-
@Override
3332
public List<Class<? extends JavaScriptModule>> createJSModules() {
3433
return Collections.emptyList();
3534
}

0 commit comments

Comments
 (0)