-
-
Notifications
You must be signed in to change notification settings - Fork 546
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[react-native-screens] No member named 'parentShadowView' in 'facebook::react::ShadowViewMutation' (Build Failure) #2726
Comments
Hey! 👋 The issue doesn't seem to contain a minimal reproduction. Could you provide a snack or a link to a GitHub repository under your username that reproduces the problem? |
4.8.0 does not support RN 0.78. Only version that supports it right now is 4.9.0-beta.0. |
@kkafar so which version react native stable now so I don't get any error as in RN 0.77 also same issue is there |
when running on RN 0.77 you can't get this error, because |
Yes, you are correct with RN 0.77 , It's working fine |
@erie-e9 what version of RN are you using? |
@kkafar I'm using RN v0.78 |
Would you ming opening |
same problem rn v0.78 |
@irmakcosarsahna could you provide me with information I've asked for above? |
@kkafar I solved the problem using 4.9.0-beta.0, but I downgraded react native version because many packages do not support version 78 :( |
This is not really a solution. In case anyone still encounters the problem please provide me with your dependency list (I'm interested in Alternatively (that would be the best option) please provide a reproduction. At the moment I consider the problem solved. |
NO, problem still persist |
I can also confirm the issue still exists in 4.9.0. |
Description
I am encountering a build error when trying to compile my React Native project with react-native-screens. The error occurs in the RNSScreenRemovalListener.cpp file inside the react-native-screens module.
Steps to reproduce
Steps to Reproduce:
Create a new React Native project or use an existing one.
npx @react-native-community/cli init MovieApp
cd MovieApp
Install react-native-screens.
yarn add @react-navigation/native @react-navigation/bottom-tabs
yarn add react-native-screens react-native-safe-area-context react-native-vector-icons react-native-gesture-handler react-native-reanimated
cd ios
pod-install
yarn start
The build fails with the above error.
Open Xcode tried to build the project
Snack or a link to a repository
shubhanshubb/MovieApp
Screens version
4.8.0
React Native version
0.78.0
Platforms
iOS
JavaScript runtime
Hermes
Workflow
React Native (without Expo)
Architecture
Fabric (New Architecture)
Build type
Debug mode
Device
iOS simulator
Device model
Iphone 16
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: