Commit b2f5704
Deprecate Timing native module ahead of legacy-arch removal (#57081)
Summary:
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
Differential Revision: D1075402621 parent c0ee408 commit b2f5704
3 files changed
Lines changed: 9 additions & 2 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: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
76 | 78 | | |
77 | 79 | | |
78 | 80 | | |
| |||
0 commit comments