Zsolt Husz
Zsolt Husz
> What I did: install ts-jest `yarn add --dev ts-jest` created new `tsconfig.spec.json` with the same content of tsconfig.json and added ` "compilerOptions": { "allowJs": true, }` and added this...
**If you have an M1 mac**, I have found some workarounds for this: 1) if building with Xcode, the start Xcode using Rosetta (Finder->Go->Applications-> select Xcode -> Cmd-I-> Open using...
I've just seen react-native-geolocation-service is now using react-native-geolocation https://github.com/Agontuk/react-native-geolocation-service/blob/master/CHANGELOG.md which is not great, i feel
We have the same issue after Xcode 14.2->15.2 upgrade on Bitrise. Detox: 20.18.1. We have reported to Bitrise support, but we would need to provide more evidence if this is...
 Our problem is that we run out of the 6GB memory on Bitrise Medium machines. We also use 2 parallel simulators. With Xcode 14.2...
Have the same issue running 2 iOS workers on Bitrise CI/CD
For us `use_modular_headers!` was causing the issue in the `Podfile`, I believe. When reverted to Firebase to ``` pod 'Firebase', :modular_headers => true pod 'FirebaseCore', :modular_headers => true pod 'FirebaseCoreInternal',...
Hi, I believe we have the same issue: Sentry stack log: ``` RuntimeException Unable to pause activity {XXXXX}.: java.lang.reflect.InvocationTargetException mechanism UncaughtExceptionHandler handled false android.app.ActivityThread in performPauseActivityIfNeeded at line 5129 android.app.ActivityThread...
Not ideal solution, but we ended up creating the attached patch based on previous suggestions, which took back the crash rate [expo+52.0.37.patch](https://github.com/user-attachments/files/19981835/expo%2B52.0.37.patch)