In React-Native Buttons are not clickable when I applied slide up animation

╄→гoц情女王★ 提交于 2019-12-11 10:17:18

问题


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

  1. I Checked on iOS simulator it was working fine, button was clickable though

  2. But I checked on Android(Physical device) it was not clickable

  3. 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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!