mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
clean up unused methods from NativeBugReporting (#41984)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/41984 Changelog: [Internal] this is unused anywhere, delete. for some reason we only have the spec file in oss but no native implementation Reviewed By: christophpurrer Differential Revision: D51968870 fbshipit-source-id: a4931d08c50954bfa557451e5e4d79a10dfeaefe
This commit is contained in:
committed by
Facebook GitHub Bot
parent
0373329933
commit
60b1182edb
@@ -15,7 +15,6 @@ import * as TurboModuleRegistry from '../TurboModule/TurboModuleRegistry';
|
||||
export interface Spec extends TurboModule {
|
||||
+startReportAProblemFlow: () => void;
|
||||
+setExtraData: (extraData: Object, extraFiles: Object) => void;
|
||||
+setCategoryID: (categoryID: string) => void;
|
||||
}
|
||||
|
||||
export default (TurboModuleRegistry.get<Spec>('BugReporting'): ?Spec);
|
||||
|
||||
Reference in New Issue
Block a user