Commit b0a6386
Deprecate Timing native module ahead of legacy-arch removal (#57081)
Summary:
Pull Request resolved: #57081
The legacy Timing native module (`RCTTiming` on iOS, `TimingModule` on Android) is scheduled for removal in a future React Native release as part of the legacy architecture cleanup.
Changelog:
[iOS][Deprecated] - Deprecate `RCTTiming Native Module usage`; will be removed in a future React Native release
[Android][Deprecated] - Deprecate `TimingModule`; will be removed in a future React Native release
Reviewed By: shwanton
Differential Revision: D107540262
fbshipit-source-id: 99937ebfd591a59c6ee571b3269f7263c52359131 parent 2da0244 commit b0a6386
3 files changed
Lines changed: 13 additions & 3 deletions
File tree
- packages/react-native
- ReactAndroid/src/main/java/com/facebook/react/modules/core
- ReactCommon/react/runtime/platform/ios/ReactCommon
- React/Base
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| |||
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
78 | 80 | | |
79 | 81 | | |
80 | 82 | | |
| |||
460 | 462 | | |
461 | 463 | | |
462 | 464 | | |
463 | | - | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
464 | 468 | | |
465 | 469 | | |
| 470 | + | |
466 | 471 | | |
467 | 472 | | |
468 | 473 | | |
| |||
0 commit comments