问题
I am creating a view. Inside view there are some buttons and all buttons are clickable. I created those view . working fine all buttons are clickable though.
Now my requirement is that view should have slide up animation. so I searched a little and found Here. Modified my code as per requirements and animation was working fine.
But the problem is after animation my buttons are not clickable any more.
Please help me
I Checked on iOS simulator it was working fine, button was clickable though
But I checked on Android(Physical device) it was not clickable
When I removed animation it was working on both iOS Simulator and Android device.
Please help me how can I resolve that issue. Want to Make button clickable even after slide up animations
Let me know in case you want to view code
来源:https://stackoverflow.com/questions/52835054/in-react-native-buttons-are-not-clickable-when-i-applied-slide-up-animation