Reputation: 197
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?
Upvotes: 0
Views: 1678
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