React Native: Propagate Pan Responder event from view to inner scroll view

后端 未结 3 1197
栀梦
栀梦 2021-02-04 11:08

I have a ScrollView inside an animated View that has panning.


    
    ...
             


        
3条回答
  •  执念已碎
    2021-02-04 11:13

    I think you can create a bottomsheetlayout to fulfill your requirement . Or you can use actionsheets in iOS. Consider below libraries. It may helpfull for you

    https://github.com/cesardeazevedo/react-native-bottom-sheet-behavior

    or

    https://github.com/maxs15/react-native-modalbox

提交回复
热议问题