Skip to content

Commit

Permalink
chore(0.76): remove RCTAddressSanitizerCrashManager (#2397)
Browse files Browse the repository at this point in the history
Backport of #2395
  • Loading branch information
Saadnajmi authored Mar 4, 2025
1 parent 0cd08d0 commit fb188d1
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 115 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,6 @@ declare export default typeof NativeActionSheetManager;
"
`;

exports[`public API should not change unintentionally Libraries/AddressSanitizerCrash/AddressSanitizerCrash.js 1`] = `
"declare module.exports: NativeAddressSanitizerCrash;
"
`;

exports[`public API should not change unintentionally Libraries/AddressSanitizerCrash/NativeAddressSanitizerCrash.js 1`] = `
"export interface Spec extends TurboModule {}
declare export default ?Spec;
"
`;

exports[`public API should not change unintentionally Libraries/Alert/Alert.js 1`] = `
"export type AlertType =
| \\"default\\"
Expand Down

This file was deleted.

This file was deleted.

38 changes: 0 additions & 38 deletions packages/rn-tester/js/examples/ASAN/ASANCrashExample.js

This file was deleted.

4 changes: 0 additions & 4 deletions packages/rn-tester/js/utils/RNTesterList.ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -365,10 +365,6 @@ const APIs: Array<RNTesterModuleInfo> = ([
module: require('../examples/Performance/PerformanceApiExample'),
},
// [macOS
{
key: 'ASANCrashExample',
module: require('../examples/ASAN/ASANCrashExample'),
},
{
key: 'Focus Ring',
module: require('../examples/FocusRing/FocusRingExample'),
Expand Down

0 comments on commit fb188d1

Please sign in to comment.