Element overflow hidden in React-Native Android

后端 未结 6 1752
长情又很酷
长情又很酷 2021-01-02 01:15

I have an app here where I need to put the logo in the navbar. That need to overflow the scene layout. Work well in Ios with no problem but in android seem like he not worki

6条回答
  •  鱼传尺愫
    2021-01-02 01:41

    This is a workaround I've been using since overflow: visible is not working correctly on Android.

    https://medium.com/@jaredgoertzen/react-native-android-doesnt-render-overflow-styles-95e69154ebed

提交回复
热议问题