leecade / react-native-swiper

The best Swiper component for React Native.
MIT License
10.41k stars 2.34k forks source link

How to disable swipe on a child view / modal? #1083

Open xlcrr opened 4 years ago

xlcrr commented 4 years ago

Is there a way to disable swipe on a child views modal ?


<react-navigation>
  <swiper ref="swiper">
     <SwipeScreen1>
         <Modal />  // when I load modal, I can swipe between screen 1 & 2. 
     </SwipeScreen1>  
    <SwipeScreen2 />
  </swiper>
</react-navigation>
ArrayZoneYour commented 4 years ago

@xlcrr I setup a simple example above

ghost commented 4 years ago

Have you solved this problem? @ArrayZoneYour @xlcrr