Robrecht Meersman
Robrecht Meersman
### Summary After upgrading a bare workflow to SDK 46, I get the following error: ``` Node found at: /Users/robrechtme/.asdf/shims/node node:internal/fs/utils:344 throw err; ^ Error: ENOENT: no such file or...
## 📚 Documentation Hi. The Algolia search on the [docs site](https://wix.github.io/react-native-navigation/) seems to be broken. When you type anything, you get no results. - [x] Have you read the [Contributing...
## 🐛 Bug Report Passing a `testID` or `accessibilityLabel` through `defaultOptions` does not work as expected. This duplicates https://github.com/wix/react-native-navigation/issues/6669, but hopefully provides more info. If you want, I can look...
Hi I have encountered an issue using the `accessControl` option on an iOS device with passcode enabled and Touch ID **not** enrolled: ```tsx // Passcode enabled and Touch ID not...
Hi! I wanted to let you know that Vercel released a new lib `@vercel/og`: https://vercel.com/blog/introducing-vercel-og-image-generation-fast-dynamic-social-card-images. I used your lib for a while but this one is way faster 🤯.
Hi 👋 I want to use a custom `UploadsPreview` in my message input. Unfortunately, it is baked into [`MessageInputFlat`](https://github.com/GetStream/stream-chat-react/blob/master/src/components/MessageInput/MessageInputFlat.tsx#L90), so I have to copy-paste the entire component just to change...
Closes #696.
**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** When setting `inlineRequires` to `true`, I'd expect all imports to be transformed to...
Hi We see some occurrences of `Error: unable to zip` popping up on Sentry. However, we have zero clue what went wrong for those particular users. Looking at the code...
## Description In [RNCNetInfo.m#L211](https://github.com/react-native-netinfo/react-native-netinfo/blob/master/ios/RNCNetInfo.m#L211) there is a hardcoded check on `en0` and `en1` to get the IP address: ```obj-c // Loop through linked list of interfaces temp_addr = interfaces; while...