Jean-Baptiste Gomez
Jean-Baptiste Gomez
I did have this crash, but it was because I forgot to setup Google Chromecast in the appdelegate like [here](https://github.com/react-native-google-cast/react-native-google-cast#setup)
I think I found the problem, it is a rounding error on marginHorizontal and dayComponentWidth in the onLayoutDebounce function.
I also had the same issue, the fix for me was to update to the 0.37.1 and to set the minSdkVersion to 24 (it was 23) in the build.gradle
For what it's worth, I applied a temporary (ugly) fix that's working. If I have time, I'll look into the reason why this problem occurred. ```js if(hide) { return (...