Results 1 comments of Klaus Ganser

I have found a workaround for this issue (applied to bug report demo for horizontal carousel): ``` contentContainerCustomStyle={{ minWidth: windowWidth * data.length }} ``` This allows the initial `scrollTo` to...