You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: react native 0.73.x build failing when new arch is enabled on iOS (#304)
## 📜 Description
Updating Pod to add Yoga style to HEADER_SEARCH_PATHS for new
architecture
## 💡 Motivation and Context
For react native (0.73.X) build failing when new architecture is enabled
on iOS.
## 📢 Changelog
Fix: `yoga/style/Style.h` not found when new arch is enabled on iOS
### iOS
- `yoga/style/Style.h` header has added to `HEADER_SEARCH_PATHS` on iOS
Pods.
## 🤔 How Has This Been Tested?
## 📸 Screenshots (if appropriate):
<img width="1352" alt="keyboard-controller"
src="https://github.com/kirillzyusko/react-native-keyboard-controller/assets/52624436/5504a6e4-5627-41ad-ac46-df8a3d3bd762">
## 📝 Checklist
- [X] CI successfully passed
---------
Co-authored-by: kirillzyusko <zyusko.kirik@gmail.com>
0 commit comments