Germán Pineda
Germán Pineda
@itaywol that definitely worked in regards to starting the debugging after running `nx run [app_name]:serve` but I'm still not able to debug `getServerSideProps`. Did you have any luck with that?
No problem!
We're seeing the same issue as well. Only happens when we use `@react-navigation/native-stack` and not `@react-navigation/stack`.
Could these files be linked to source maps? We upload them during every release build for both iOS and Android. Where are source maps stored on the server?
We're experiencing the same issue. Any update?
we're experiencing the exact same issue after updating the Expo SDK to 50 and the rest of our expo modules which includes `expo-screen-capture`. @pickle636 were you able to find a...
current workaround here: https://github.com/expo/expo/issues/26476#issuecomment-2004232442
After downgrading `expo-screen-capture` to `5.8.0` we're no longer seeing these crashes in production
@pickle636 good to know thanks for the info!
Is anyone else having trouble uninstalling `expo-status-bar`? 🙃 Our expo app is inside an Nx monorepo and I've: 1. Uninstalled `expo-status-bar` 2. Removed all references to `expo-status-bar` including `"expo-status-bar": "*"`...