We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8de1206 commit 097e658Copy full SHA for 097e658
screens/Home.js
@@ -25,9 +25,6 @@ class Home extends React.Component {
25
<Card item={articles[3]} horizontal />
26
<Card item={articles[4]} full />
27
</Block>
28
- <Button shadowless style={styles.tab} onPress={() => this.props.navigation.navigate('Pro')}>
29
-pulamea
30
- </Button>
31
</ScrollView>
32
);
33
};
0 commit comments