改变风格道具NaviagtionBar @ shoutem / ui

时间:2017-07-27 10:10:10

标签: react-native react-native-ios shoutem

我尝试将shoutem添加到其他应用程序但是当我使用NaviagtionBar和@ shoutem /动画时,我遇到了如下图所示的问题: enter image description here

这是我在使用道具风格的NavigationBar' inline'时得到的, 这是我的代码:



 <NavigationBar
                        styleName="inline"
                        animationName="solidify"
                        title={restaurant.name}
                        share={{
                            title: restaurant.name,
                            link: restaurant.url,
                        }}
                    />
&#13;
&#13;
&#13;

但我不想那样。我想要的道具风格是“清晰的”。 for start transparent navigationbar当启动应用程序时,我仍然希望在向下滚动时显示它: enter image description here 但是当我将NavigationBar的道具风格改为“清除”时我遇到了这个问题(当向下滚动时,NavigationBar仍未显示): enter image description here 有人可以帮我解决吗?

0 个答案:

没有答案