Weex is integrated into existing applications, how to deal with the navigation bar?

< H1 > both Android and iOS use the native < / H1 >

take iOS as an example: the navigation bar of viewControler with integrated weex does not hide, weex view and add it to the view of viewController.

does this provide a series of ways to customize the navigation bar?

< H1 > No native < / H1 >

Integrated ViewController or Activity hides the native navigation bar.

in this case, you can use the < view > tag to implement a navigation bar to determine whether the system can adapt, such as bangs on iPhone X.

< H1 > Navigation bar in weex-ui < / H1 >

that one has been seen, but no adaptation has been made.

< H1 > how do you deal with it when you integrate it? < / H1 >
Mar.07,2021

you can encapsulate a module with the client to control


the navigation bar of the Native side is officially recommended, but you can also let the Native side hide its own writing

.
Menu