Closed RichardBrowning closed 1 year ago
Experiencing same exact behavior on android after user goes through our onboarding/login stack except I get this error
Error while updating property 'position' in shadow node of type: RCTText
I am on "react-native": "0.71.1"
:warning: | Missing Reproducible Example |
---|---|
:information_source: | It looks like your issue is missing a reproducible example. Please provide a Snack or a repository that demonstrates the issue you are reporting in a minimal, complete, and reproducible manner. |
This issue is waiting for author's feedback since 24 days. Please provide the requested feedback or this will be closed in 7 days.
This issue was closed because it has been stalled for 7 days with no activity.
This issue was closed because the author hasn't provided the requested feedback after 7 days.
Description
My app crashes on Android devices. (iOS is fine) with the error
Error while updating property 'justifyContent' in shadow node of type: RTCView
null
invalid value of justifyContent: center
The record of crashing:
Version
0.70.5
Output of
npx react-native info
My project is an expo project
info Fetching system and libraries information... System: OS: Windows 10 10.0.22621 CPU: (6) x64 Intel(R) Core(TM) i5-9600K CPU @ 3.70GHz Memory: 17.63 GB / 31.83 GB Binaries: Node: 19.3.0 - ~\Documents\GitHub\paipai-master\node_modules.bin\node.CMD Yarn: Not Found npm: 9.3.1 - C:\Program Files\nodejs\npm.CMD Watchman: Not Found SDKs: Android SDK: Not Found Windows SDK: Not Found IDEs: Android Studio: AI-221.6008.13.2211.9477386 Visual Studio: 17.4.33213.308 (Visual Studio Community 2022) Languages: Java: Not Found npmPackages: @react-native-community/cli: Not Found react: 18.1.0 => 18.1.0 react-native: 0.70.5 => 0.70.5 react-native-windows: Not Found npmGlobalPackages: react-native: Not Found
Steps to reproduce
my app has a navigation structure that looks like this:
...
upon login is verified, the app will navigate to a default routine in tabnavigator, during which process the crash is observed.
Snack, code example, screenshot, or link to a repository