Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: build error with rn 0.73-rc.4 (#1972)
## Description Fixes building against react-native 0.73.0-rc4 in fabric mode on android ## Changes Updated common/cpp/react/renderer/components/rnscreens/RNSScreenComponentDescriptor.h to build with fabric on 0.73-rc4. ## Screenshots / GIFs ### Before ### After ## Test code and steps to reproduce ```sh npx [email protected] init rnscreenstest yarn add react-native-screens cd android # change newArchEnabled to true in `gradle.properties` gradlew build ``` ## Checklist - [ ] Included code example that can be used to test this change - [ ] Updated TS types - [ ] Updated documentation: <!-- For adding new props to native-stack --> - [ ] https://github.com/software-mansion/react-native-screens/blob/main/guides/GUIDE_FOR_LIBRARY_AUTHORS.md - [ ] https://github.com/software-mansion/react-native-screens/blob/main/native-stack/README.md - [ ] https://github.com/software-mansion/react-native-screens/blob/main/src/types.tsx - [ ] https://github.com/software-mansion/react-native-screens/blob/main/src/native-stack/types.tsx - [ ] Ensured that CI passes
- Loading branch information