如何在 React Native 上制作 ActionBar?
How to make an ActionBar on React Native?
我正在尝试在我的应用程序顶部创建一个操作栏,这是我使用 Expo 创建的。以前,我只使用自动创建栏的 Android Studio。
我尝试使用工具栏组件,但在测试中没有出现 运行
<ToolbarAndroid
title="Login"
actions={[{title: 'Settings', show: 'always'}]}/>
Action Bar是指下图中圈出的栏。我很确定这个名字是动作栏,但我可能错了。
此问题已得到解决 here。
您需要指定 ToolbarAndroid 的宽度和高度。
我正在尝试在我的应用程序顶部创建一个操作栏,这是我使用 Expo 创建的。以前,我只使用自动创建栏的 Android Studio。
我尝试使用工具栏组件,但在测试中没有出现 运行
<ToolbarAndroid
title="Login"
actions={[{title: 'Settings', show: 'always'}]}/>
Action Bar是指下图中圈出的栏。我很确定这个名字是动作栏,但我可能错了。
此问题已得到解决 here。
您需要指定 ToolbarAndroid 的宽度和高度。