Element overflow hidden in React-Native Android

后端 未结 6 1751
长情又很酷
长情又很酷 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:52

    Following up on martinarroyo's answer. Unfortunately he's right, currently there's no real better way, however, react-native 0.41 (not stable yet) promises to add android support for overflow: visible which is great news, because the workaround isn't all that fun...

提交回复
热议问题