Element overflow hidden in React-Native Android

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

    You can use the react-native-view-overflow native module by Sibelius Seraphini.

    Also, it seems this might be supported out of the box by React Native starting with version 0.57 according to this commit.

提交回复
热议问题