jeremybarbet/react-native-modalize

Why I cant scroll when using flatlist horizontal ?

shop-fluencer opened this issue · 1 comments

Hello,

I can't scroll my horizontal flatlist, whats the problem ?

    <Modalize
      ref={ref}
      modalStyle={modalBottomSheet.modal}
      threshold={ModalConfig.threshold}
      velocity={ModalConfig.velocity}
      openAnimationConfig={ModalConfig.openAnimationConfig}
      adjustToContentHeight
      flatListProps={{
        data: ShopifyInstructions,
        renderItem,
        keyExtractor: (item, i) => i.toString(),
        horizontal: true,
        initialNumToRender: 2,
        pagingEnabled: true
      }}
    />

Sorry, friend, your issue does not properly use one of this repo's available issue templates.
(log)