Lode Vanhove
Lode Vanhove
It resulted in an "Argument list too long: recursive header expansion failed." error when archiving (via Xcode) an app that has react-native-fabric as a dependency.
Previously, TS was unable to infer types for passProps when using showModal with a stack layout for instance (inferring of types only worked for passProps when not passing a layout...
### Description The [documentation](https://docs.swmansion.com/react-native-reanimated/docs/guide/testing) mentions importing from `react-native-reanimated/lib/reanimated2/jestUtils` to be able to call `setUpTests`. However, this import can't be resolved: Changing the import path to `react-native-reanimated/src/reanimated2/jestUtils` (so using `src` instead...
I am being faced with the following error when running a Fastlane lane in a Docker container (based on `debian:bullseye-slim`): ``` /usr/lib/ruby/2.7.0/fileutils.rb:548:in `rename': Invalid cross-device link @ rb_file_s_rename - (/tmp/fastlaneIncrementVersionName20230307-13093-1g2hon7,...
## Description After updating from 6.1.4 to 6.2.1 we suddenly get the following error message. No code change was performed. ## Screenshot ![Simulator Screenshot - iPhone 15 Pro - 2023-10-17...
### Description Since release 6.2.x (which bumps Android to SDK version 34), building on Android fails with the following error: ### Provide a Repro n/a #### Source `.riv`/`.rev` file n/a...
The `isConnected` property actually only conveys that the network connection has been established (e.g. Wi-Fi connection), which not necessarily implies that there is a working _internet_ connection. So I as...
This delay is added to avoid a race condition during startup of insomnia and the loading of plugins. For more context see: https://github.com/NickRimmer/insomnia-plugin-request-navigator/issues/25#issuecomment-1842491337
See my comment: https://github.com/wonday/react-native-pdf/pull/797#issuecomment-2124972455
### Core or SDK? Core Sentry product ### Which part? Which one? React Native ### Description I find the documentation on `https://docs.sentry.io/platforms/react-native/manual-setup/native-init/` lacking. I am looking into setting up the...