Search code examples
react-nativeswipe-gesture

React Native Android Swipe Up


I am making a transportation app and I need a component in React Native that can swipe up when people want to set the location.

How can I make swipe up like in the example image below?

before swipe

after swipe up

Anyone has references or a tutorial like this? Thanks in advance.


Solution

  • You can do this using https://facebook.github.io/react-native/docs/gesture-responder-system Or an easy way using https://github.com/glepur/react-native-swipe-gestures. I would actually use the module react-native-swipe-gestures cause efficient and quick.