I am using bottom-tabs with a plus button But Plus button is not clickable in half of the area in react native in android Only?

淺唱寂寞╮ 提交于 2021-01-02 07:51:47

问题


I am using @react-navigation/bottom-tabs in the react native. And i need Plus button above the area, So i am able to achieve it, but in the Android Above half area of the Plus icon is not clickable in android.But in IOS it is working fine anybody have an answer about it.


回答1:


Kindly use hitSlop property on your button like this to increase the tapping area:

hitSlop={{top: 20, bottom: 20, left: 50, right: 50}}


来源:https://stackoverflow.com/questions/64429128/i-am-using-bottom-tabs-with-a-plus-button-but-plus-button-is-not-clickable-in-ha

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