kiwicom / margarita

[not actively maintained] Mobile and Web application implementing Kiwi.com Tequila API
https://margarita.kiwi.com/
MIT License
209 stars 42 forks source link

Implement gestures in RangeDatePicker #640

Closed jvaclavik closed 5 years ago

jvaclavik commented 5 years ago

Modifying date range should be possible to do with gestures like on http://kiwi.com.

jvaclavik commented 5 years ago

Unfortunately for now we are not able to archive gestures on android because of this: https://github.com/kmagiera/react-native-gesture-handler/issues/139

JosefDuda commented 5 years ago

Unfortunately for now we are not able to archive gestures on android because of this: kmagiera/react-native-gesture-handler#139

And cannot we try some other library or try to improve current one? I think that this component is quite important and we want to use it even in other projects, so it will be nice to make it work on Android. I'm just slightly worried that this issue is one year old and it's hard to tell if or when it will be really solved.

jvaclavik commented 5 years ago

Unfortunately for now we are not able to archive gestures on android because of this: kmagiera/react-native-gesture-handler#139

And cannot we try some other library or try to improve current one? I think that this component is quite important and we want to use it even in other projects, so it will be nice to make it work on Android. I'm just slightly worried that this issue is one year old and it's hard to tell if or when it will be really solved.

It's probably because of RNGH, so we can try to use different library.

https://github.com/kmagiera/react-native-gesture-handler/issues/139#issuecomment-476788529