GamgeeNL / react-native-clock-interval

React Native Time interval control similar to iOS12 Bedtime picker
MIT License
8 stars 1 forks source link

Indicators not wokring when this lib used inside react native modal. #18

Open parmarkamlesh opened 3 years ago

parmarkamlesh commented 3 years ago

when i add this component inside Modal of react native i am unable to drag start and end indicator but line dragging working fine.

kimhamm commented 5 months ago

Usually, touch operations in modals are not smooth. You can solve this problem by wrapping the component to be clicked(start & stop indicators in this case) with TouchableOpacity.

node_modules > react-native-clock-interval > index.js