Metallistener
Metallistener

Reputation: 197

Vertical slide View in react-native

I need to do vertical slide View from bottom to top as in the screenshot below, I need to pull View, but I don't know how to do it. Maybe there is some kind of library? enter image description here

Upvotes: 0

Views: 1678

Answers (1)

Anoop Rajta
Anoop Rajta

Reputation: 126

you can use react-native-sliding-up-down-panel for this.. here is git link:-- https://github.com/Abhijeet-Ashapure/react-native-sliding-up-down-panel or if you want some custom animation panel go for animation api or you may check react native PanResponder to make custom touch responding view.

To get your image like effect you can check react-native-modalize library..

Upvotes: 1

Related Questions