Commit af4c101f authored by Pramodh Rajapakse's avatar Pramodh Rajapakse

auction navigation setup

parent 71a17a31
...@@ -61,7 +61,7 @@ export function HomeScreen({ navigation }) { ...@@ -61,7 +61,7 @@ export function HomeScreen({ navigation }) {
<View> <View>
<TouchableOpacity <TouchableOpacity
style={styles.Auction} style={styles.Auction}
onPress={() => navigation.navigate("gamification")} onPress={() => navigation.navigate("auctionscreen")}
> >
<Ionicons name="game-controller" size={24} color="black" /> <Ionicons name="game-controller" size={24} color="black" />
<Text style={styles.buttonText}>Auction</Text> <Text style={styles.buttonText}>Auction</Text>
...@@ -92,7 +92,7 @@ export function HomeScreen({ navigation }) { ...@@ -92,7 +92,7 @@ export function HomeScreen({ navigation }) {
</View> </View>
</View> </View>
{/* {/*
<Text style={styles.heading}> <Text style={styles.heading}>
AGRIPRENEURS. Agriculture solution provider. AGRIPRENEURS. Agriculture solution provider.
</Text> </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