在动作图标toolbarAndroid React Native下应用标题

时间:2017-09-13 09:41:08

标签: react-native android-toolbar

嗨,我是新的反应原生,所以如果有可能,我现在不会。 我想要一个toolbarAndroid,但我想要在它们下面显示动作的标题而不是默认旁边的动作。即使标题显示在图标旁边,它也只会显示它是否有空间。

我的工具栏

<ToolbarAndroid
      style={styles.toolbar}
      logo={logo}
      actions={[
        {
          title: 'Main', icon: mainIcon, show: 'always', showWithText: true
        },
        ...

风格

const styles = StyleSheet.create({
  toolbar: {
    backgroundColor: 'grey',
    height: 50
},
...

How it is and how i want it to be

1 个答案:

答案 0 :(得分:0)

到目前为止,我最好的解决方案是编辑图标,将每个文字添加到每个图标