Skip to content

Commit b5015fd

Browse files
Fix RNInstabugReactNativePackage
1 parent 30bd01e commit b5015fd

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

android/src/main/java/com/instabug/reactlibrary/RNInstabugReactnativePackage.java

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,6 @@ public RNInstabugReactnativePackage(String androidApplicationToken, Application
5858

5959
}
6060

61-
@Deprecated
62-
public RNInstabugReactnativePackage(String androidApplicationToken, Application androidApplication,
63-
String invocationEventValue) {
64-
this(androidApplicationToken, androidApplication);
65-
}
66-
67-
@Deprecated
68-
public RNInstabugReactnativePackage(String androidApplicationToken, Application androidApplication,
69-
String invocationEventValue, String instabugColorThemeValue) {
70-
this(androidApplicationToken, androidApplication);
71-
}
72-
7361
@Override
7462
public List<NativeModule> createNativeModules(ReactApplicationContext reactContext) {
7563
List<NativeModule> modules = new ArrayList<>();

0 commit comments

Comments
 (0)