移除 android 上的原生基础 FAB 涟漪效应

Remove native base FABs ripple effect on android

我在使用原生基本 FAB 按钮时遇到问题,当我按下它时它显示方形波纹效果

这是本机基础中的一个问题,请尝试以下解决方法: https://github.com/GeekyAnts/NativeBase/issues/2313

<Fab
   containerStyle={{ borderRadius: 28, overflow: "hidden" }}>
   // inner elements
</Fab>