Skip to content

Commit 542893d

Browse files
authored
Fixed Compilation Error in React Native 0.47.0
createJSModules was removed in 0.47.0 release here https://github.com/facebook/react-native/releases/tag/v0.47.0 RN code change here facebook/react-native@ce6fb33
1 parent d8f43f7 commit 542893d

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)