We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c6b908 commit 0fb9729Copy full SHA for 0fb9729
src/native/NativePackage.ts
@@ -19,10 +19,3 @@ export interface InstabugNativePackage {
19
}
20
21
export const NativeModules = ReactNativeModules as InstabugNativePackage;
22
-
23
-// export const NativeBugReporting = NativeModules.IBGBugReporting;
24
-// export const NativeCrashReporting = NativeModules.IBGCrashReporting;
25
-// export const NativeFeatureRequests = NativeModules.IBGFeatureRequests;
26
-// export const NativeInstabug = NativeModules.Instabug;
27
-// export const NativeReplies = NativeModules.IBGReplies;
28
-// export const NativeSurveys = NativeModules.IBGSurveys;
0 commit comments