octopitus / rn-sliding-up-panel

Draggable sliding up panel implemented in React Native https://octopitus.github.io/rn-sliding-up-panel/
MIT License
928 stars 157 forks source link

Is there a way to call this inside a function? #150

Closed Jared-Dahlke closed 4 years ago

Jared-Dahlke commented 4 years ago

I would like to call slide up from inside a function, not a class. is this possible?

octopitus commented 4 years ago

Bind that function into a class ;')