Commit 7a7b6ca
authored
fix: typo in arch definition (#1367)
## 📜 Description
Changed `RCT_NEW_ARCH_ENABLE` to `RCT_NEW_ARCH_ENABLED`.
## 💡 Motivation and Context
In general I'm not sure how this code could be properly compiled. But
anyway it's unintended typo and I'm fixing it here.
Closes
#1366
## 📢 Changelog
<!-- High level overview of important changes -->
<!-- For example: fixed status bar manipulation; added new types
declarations; -->
<!-- If your changes don't affect one of platform/language below - then
remove this platform/language -->
### iOS
- Changed `RCT_NEW_ARCH_ENABLE` to `RCT_NEW_ARCH_ENABLED`.
## 🤔 How Has This Been Tested?
Verified by CI.
## 📸 Screenshots (if appropriate):
<img width="591" height="103" alt="image"
src="https://github.com/user-attachments/assets/f489162b-8811-4298-bae7-ecc8a771edbe"
/>
## 📝 Checklist
- [x] CI successfully passed
- [x] I added new mocks and corresponding unit-tests if library API was
changed1 parent 3c1b189 commit 7a7b6ca
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
| 224 | + | |
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| |||
0 commit comments