Ryan Pergent
Ryan Pergent
I tried to find what was changed. Is there something else than replacing `const { getDefaultConfig } = require("metro-config");` with `const { getDefaultConfig } = require("@expo/metro-config");` and `await getDefaultConfig();` with...
I updated my packages and tried again (updated my report with my current packages). The issue persists.
@yairopro That could be understandable if it would simply not focus the input - but it does focus it for a second then unfocuses it. Also, if you check the...
@woodpav This with `multiline` works great to increase the size of the text input, but it unfortunately doesn't shrink it when you remove text. Using the solution proposed by @gut4...
I just tried it on codesandbox with react-native-web 0.14.10 and the issue persists: https://codesandbox.io/s/quirky-leaf-770i0 You mean Flatlist is not good for making lists? What would you recommend using then?
Just checked it in production and the performance hit is still there, making the app feel laggy.
This issue appears as soon as you invert a ScrollView actually, as you can see on this snack: https://snack.expo.io/@divone/c0c1f3 Again, only visible on a physical Android device.
It seems that the issue only happens on some phones. For me, it happens on a Google Pixel 4 with Android 11.
I am also porting my RN project to web and would like to hide the params from the URL. I am sending an object as a route param to a...
I am seeing the same issue, with react-web. After an update or the `@expo/vector-icons` package, a lot of icons are not visible on my website. Doing a hard refresh helps,...