Weex NavigationBar hides the sliding top and shows it?

question:
weex has a very strange problem under ios, that is, setting a hidden navigationbar, in ViewController will not display on the phone, but when the top position is slid down, the navigationbar will show up? Are there any students who encounter such a problem? How can it not be displayed, and it is useless to set it in the code?

the ios code is as follows:

[self.navigationController setNavigationBarHidden:YES animated:animated];

Environment:
Weex SDK 0.18

Mar.09,2021
Menu