dancormier / react-native-swipeout

iOS-style swipeout buttons behind component
MIT License
2.62k stars 649 forks source link

Slider animation bug when cursor is focused in a text box #205

Closed ghost closed 7 years ago

ghost commented 7 years ago

The swipeout freaks out. I tried to include screenshots below of what the user sees step-by-step when a user tries to do this in their cart. This is in our iOS app while using react native.

Steps to reproduce:

If you have any additional questions, please let me know: kristi@transisland.tech

swipeout_bug
silentcloud commented 7 years ago

@kristinelson You want to use swipeout with TextInput ?

ghost commented 7 years ago

Looks like we dug more into it and found the issue. Thanks for your speedy response @silentcloud!