Browse Source

Fixed chevron not showing in about screen

keplyx 4 years ago
parent
commit
8b132ccc91
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      screens/About/AboutScreen.js

+ 1
- 1
screens/About/AboutScreen.js View File

@@ -152,7 +152,7 @@ export default class AboutScreen extends React.Component<Props, State> {
152 152
             onPressCallback: () => openWebLink(links.react),
153 153
             icon: 'react',
154 154
             text: i18n.t('aboutScreen.reactNative'),
155
-            showChevron: false
155
+            showChevron: true
156 156
         },
157 157
         {
158 158
             onPressCallback: () => this.props.navigation.navigate('AboutDependenciesScreen', {data: packageJson.dependencies}),

Loading…
Cancel
Save