Sven Lombaert
Sven Lombaert
Problem concerning `@walletconnect/react-native-dapp` # Issue When you have no Wallets installed on your Android device, and you use `connector.connect()`, you get redirected to: https://walletconnect.org/wallets which results in a 404. #...
I had this issue in my own project where, in order to style the component properly, I needed the ability to add styles to the ScrollView. So here it goed,...
I've been using the extension for a while with great succes, but now I ran into some trouble I can't seem to get fixed. I have two projects, where one...
## 🐛 Bug Report Inside my monorepo I have a NextJS project and a shared 'icons' package which is just a folder full of svg files. Whenever I want to...
**Do you want to request a *feature* or report a *bug*?** Report a bug **What is the current behavior?** I enabled these three resolver options: ``` unstable_enableSymlinks: true, unstable_enablePackageExports: true,...
## Environment ``` "react-native": "0.72.5", "react-native-tab-view": "*", "react-native-pager-view": "6.0.1", "react-native-gesture-handler": "~2.8.0" ``` ## Description I recently upgraded from a really old version of react-native-tab-view and can't seem to fix this...
All of a sudden started seeing this error in Sentry. Nothing related to encryption has been changed on our end. Any idea where to look at? Happens on a Galaxy...
### What happened? When opening the side menu from a tab and opening showing a modal from the sidemenu, this is what happens: - side menu disappears, bottom tab disappears,...
When using `minDistance`, this still activates the gesture across all orientation. If we take the current orientation into account, it's easier to use this component inside a scrollable view. Fixes...
When passing the `minDistance` prop, it does not take into orientation into account, so the gesture still gets activated even when panning along the opposite access. Made a PR to...