Commit af4c101f authored by Pramodh Rajapakse's avatar Pramodh Rajapakse

auction navigation setup

parent 71a17a31
......@@ -61,7 +61,7 @@ export function HomeScreen({ navigation }) {
<View>
<TouchableOpacity
style={styles.Auction}
onPress={() => navigation.navigate("gamification")}
onPress={() => navigation.navigate("auctionscreen")}
>
<Ionicons name="game-controller" size={24} color="black" />
<Text style={styles.buttonText}>Auction</Text>
......@@ -92,7 +92,7 @@ export function HomeScreen({ navigation }) {
</View>
</View>
{/*
{/*
<Text style={styles.heading}>
AGRIPRENEURS. Agriculture solution provider.
</Text>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment