Skip to content
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

No member named 'parentShadowView' in 'facebook::react::ShadowViewMutation' #2594

Open
mrousavy opened this issue Dec 30, 2024 · 2 comments · May be fixed by #2595
Open

No member named 'parentShadowView' in 'facebook::react::ShadowViewMutation' #2594

mrousavy opened this issue Dec 30, 2024 · 2 comments · May be fixed by #2595
Assignees
Labels
Platform: iOS This issue is specific to iOS Repro provided A reproduction with a snack or repo is provided

Comments

@mrousavy
Copy link

Description

I'm trying to build react-native 0.78 nightly, but react-native-screens doesn't seem to support RN 78 yet because there were some changes to Yoga/Fabric APIs which RNScreens seems to rely on:

- No member named 'parentShadowView' in 'facebook::react::ShadowViewMutation'

image

Steps to reproduce

  1. Create a new react native app with RN 78 nightly / main
  2. Install react-native-screens
  3. Build

Snack or a link to a repository

mrousavy/nitro#454

Screens version

4.4.0

React Native version

0.78.0@nightly

Platforms

iOS

JavaScript runtime

Hermes

Workflow

React Native (without Expo)

Architecture

Fabric (New Architecture)

Build type

Debug mode

Device

iOS simulator

Device model

No response

Acknowledgements

Yes

@github-actions github-actions bot added Platform: iOS This issue is specific to iOS Repro provided A reproduction with a snack or repo is provided labels Dec 30, 2024
@mrousavy
Copy link
Author

Same also happens here in RNSScreenStack.mm line 1220:

- No member named 'parentShadowView' in 'facebook::react::ShadowViewMutation'

Screenshot 2024-12-30 at 13 47 00

But I think this can be replaced with parentTag.

@kkafar
Copy link
Member

kkafar commented Dec 30, 2024

Thanks for reporting this. We won't be working on 0.78 support for at least few more weeks now, but this is great heads up. Thanks

@kkafar kkafar self-assigned this Dec 30, 2024
@kkafar kkafar linked a pull request Dec 30, 2024 that will close this issue
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Platform: iOS This issue is specific to iOS Repro provided A reproduction with a snack or repo is provided
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants