Diego Segura
Diego Segura
I just updated all deps and this is still happening in firefox 
Happens to me as well, nothing special, just happening on IOS when i have like 100 items. Android and web work well
Another (less ugly) way of fixing it is by deleting line 311 where it sais ` props: Props;` You can make the change locally on `node_modules/react-native/Libraries/Lists/FlatList.js` and then add [patch-package](https://github.com/ds300/patch-package)...
Fixed [here](https://github.com/facebook/react-native/blob/main/CHANGELOG.md#v0740-rc1) Issue duplicated: https://github.com/facebook/react-native/issues/36828 https://github.com/facebook/react-native/issues/42623 https://github.com/facebook/react-native/issues/34783
Closing as i am not updating the sandbox (2 year later) and i dont use formik anymore
This is not a problem with the library. I made a reproduction for you [here](https://codesandbox.io/s/elated-stitch-w9k34b?file=/src/components/HelloWorld.vue) and works fine
@sunil-dzango you can check it in package.json [here](https://codesandbox.io/s/elated-stitch-w9k34b?file=/package.json)
Happens to me when running the app (not only tests) since 9.0.0. 8.2.2 is the latest release i can use in my project.
I had this problem and fixed it by upgrading to `[email protected]`
> [@RogierZeebregts](https://github.com/RogierZeebregts) I highly recommend extensive testing all flows in the app after the following change. > > diff --git a/node_modules/react-native/Libraries/Renderer/implementations/ReactNativeRenderer-dev.js b/node_modules/react-native/Libraries/Renderer/implementations/ReactNativeRenderer-dev.js > index 9d66361..1586d11 100644 > --- a/node_modules/react-native/Libraries/Renderer/implementations/ReactNativeRenderer-dev.js >...