React Native Paper lib中的Appbar.BackAction中缺少back图标

时间:2019-04-12 13:07:23

标签: react-native react-native-paper

我在React Native应用程序中使用 react-native-paper 的Appbar组件。后击功能正常,但应用程序图标未显示在屏幕截图中。请帮我 。

<Appbar.Header style={{ backgroundColor: '#fff' }}>
         <Appbar.BackAction onPress={this._goBack} />
         <Appbar.Content
                 title="Login" />
</Appbar.Header>

enter image description here

请帮助如何在后退按钮中进行转换。我正在关注https://callstack.github.io/react-native-paper/appbar-header.html

2 个答案:

答案 0 :(得分:0)

react native纸使用react-native-vector-icons npm包,您需要使用“ react-native链接react-native-vector-icons”将此包手动链接到您的React Native纸项目。执行此操作,然后使用“ react-native run-android”重新构建您的项目。 react-native-vector-icons

答案 1 :(得分:0)

您需要添加

apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"

android/app/build.gradle

(cf react-native-vector-icons