Kunal Chawla

Results 8 comments of Kunal Chawla

I had a similar problem where I used to run into `Out of Memory `error when Jest started to do coverage on "untested files". Using **v8** as **coverage provider** solved...

How do I call these 2 methods inside my adapter class ? ``` getParentAdapterPosition() getChildAdapterPosition() ```

> Sure! In my package.json I changed: `"react-native-swiper": "^1.6.0",` to `"react-native-swiper": "https://github.com/leecade/react-native-swiper#5827a80002738abd1c0dc08428303c79bbc840c0",` Thank you, this was a life-saver!

I'm also facing this issue - only on Android though.

Here's what I did to temporarily fix this issue on Android for a use-case specific Modal (`BottomSheet`) - I introduced a `boolean` prop `hasTextInput` to my `BottomSheet` component, and updated...

Doesn't work for me as well.

This one got me too! Check the RELEASES tab (besides "34 commits", "1 branch"), all versions have been listed there.