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?
Anyone has references or a tutorial like this? Thanks in advance.
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.