-
-
Notifications
You must be signed in to change notification settings - Fork 532
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
[RNScreens] Failed to initialise dummy layout in onHostResume. This is not expected. Android #2324
Comments
Hey! 👋 It looks like you've omitted a few important sections from the issue template. Please complete Snack or a link to a repository section. |
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? |
@Kabeer-Haseja can you provide us with reproduction / stack trace at least? You might also want to try out |
@kkafar when i enable new architecture |
@Kabeer-Haseja Thats understandable, but it does not happen for me. |
Hi @kkafar, I encountered an issue while trying to install [email protected]. The other packages, such as:
are not supported after the installation. Here’s what I did to install [email protected] (though it’s not an ideal approach):
However, when I tried to add all the packages back together and ran npm install, I encountered errors with the packages mentioned above. |
+1 |
same problem on armv8 with newArchEnabled=true, armv7 works fine. UPD: changing MainApplication
to
solved the problem |
@kkafar Seems to work with 3.35.0-rc.1 version. I have RN 0.75 with the flag enabled, and once I installed the rc version it work. |
I'll close the issue, since the fix is already merged & released with rc version. |
Description
when we run app we are getting this
versions that i am using
"react-native": "0.75.2",
"react-native-safe-area-context": "^4.10.9",
"react-native-screens": "^3.34.0",
and kotlin version
kotlinVersion = "1.9.24"
Steps to reproduce
just update the react native screen
Snack or a link to a repository
..
Screens version
3.34.0
React Native version
0.75.2
Platforms
Android
JavaScript runtime
None
Workflow
None
Architecture
Fabric (New Architecture)
Build type
Release mode
Device
Android emulator
Device model
No response
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: