zbtang / React-Native-ViewPager

ViewPager and Indicator component for react-native on both android and ios.
950 stars 276 forks source link

Is it impossible to use <TouchableOpacity> in child view of ViewPager? #164

Closed koenzi132 closed 5 years ago

koenzi132 commented 5 years ago

I'm trying to use TouchableOpacity in child view of ViewPager, But It's not clicked at all.

There's an image inside of each child View, and I want those Images to be clicked.

Is it impossible to use TouchableOpacity?

If you have any solution for this problem, Please help me :(