Commit 6d34b7a
xplat/js/react-native-github/packages/react-native/Libraries/Image/RCTImageStoreManager.mm (#57842)
Summary:
Pull Request resolved: #57842
...build_codegen_spec to generate the NativeImageStoreIOSSpec protocol and confirmed the module is a TurboModule.
2. Located and quoted the generated protocol signatures (all args NSString */RCTResponseSenderBlock).
3. Ran apply_cast_mod, which converted all four RCT_EXPORT_METHOD methods to plain ObjC declarations with zero FLAG lines (no type mismatches, so no RCTConvert reconciliation required).
4. Left RCT_EXPORT_MODULE() untouched.
5. Ran buck_build_verify (BUILD SUCCEEDED) and Lint (no lints found).
_____
* Do **NOT** post in the CodemodService Feedback group about this specific diff.
* If you have feedback, comment on the diff and use an appropriate diff action.
This [diff was created](https://www.internalfb.com/intern/sandcastle/job/31525200232184606/) with [CodemodService](https://www.internalfb.com/codemod_service/CodemodConfigDevmateDropRctExportMethod).
Reviewed By: cortinico, christophpurrer
Differential Revision: D115003202
fbshipit-source-id: 964528bdbad4a82c21096d4d8ca16588fe17514b1 parent 4bf9d4e commit 6d34b7a
1 file changed
Lines changed: 8 additions & 8 deletions
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | | - | |
111 | | - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
126 | | - | |
127 | | - | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
0 commit comments