Conor Watson

Results 8 comments of Conor Watson

Hey this still seems to be an issue, even with the latest version of Gatsby - v4.6.2 https://codesandbox.io/s/blissful-lichterman-gf8xl ![image](https://user-images.githubusercontent.com/1332314/152862940-b77be672-6222-4abe-ac7f-e509ae4c6e1b.png) The first set of logs (`onPreRouteUpdate`) is incorrect, showing us navigating...

I've also recently encountered this issue as my `app.config.js` was inheriting the version number from `package.json`. So for the time being I simply reverted back to using `app.json` since `semantic-release-expo`...

Hi @benhurott, thanks for the quick reply! Not that I know of. My app is built using Expo but I don't think that should affect it. Here is a copy...

Hi @benhurott, thanks for the really quick response. Unfortunately I can still reproduce the issue on version 1.12.2

> @RBrNx have you tried to change `android_keyboardInputMode` to your app `android:windowSoftInputMode` ? https://gorhom.github.io/react-native-bottom-sheet/props#android_keyboardinputmode @gorhom I currently have the `softwareKeyboardLayoutMode` set to `pan` in my Expo app.json which matches the...

Hey @gorhom, apologies for taking so long to get back to you! Your suggestion absolutely makes sense, but unfortunately I am still able to replicate the issue. It seems as...

So I managed to do some digging and I've discovered the problem. `LinearGradient` (and perhaps other elements) don't support the `xLinkHref` prop, or if they do support it, it does...

Hey @abhishek-netizen @vg3900, are either of you able to create a reproducible demo of the problem? Does the vertical axis work when its container has a fixed height? I'm wondering...