Commit 11d28b15 authored by W.D.R.P. Sandeepa's avatar W.D.R.P. Sandeepa

Merge branch 'it18218640' into 'master'

change route

See merge request !101
parents 70dae64d f82aa9c5
import { useNavigation } from "@react-navigation/native"; import { useNavigation } from "@react-navigation/native";
import React from "react"; import React, {useEffect} from "react";
import {Text, TouchableOpacity, StyleSheet, View, Image} from 'react-native' import {Text, TouchableOpacity, StyleSheet, View, Image} from 'react-native'
......
...@@ -8,7 +8,7 @@ import Register from '../screen/auth/Register'; ...@@ -8,7 +8,7 @@ import Register from '../screen/auth/Register';
import Login from '../screen/auth/Login'; import Login from '../screen/auth/Login';
import Splash from '../screen/splash/Splash'; import Splash from '../screen/splash/Splash';
import Color from '../screen/Color'; import Color from '../screen/Color';
import Blue from '../screen/Blue'; import Blue from '../screen/activity/Blue';
import Read from '../screen/Read'; import Read from '../screen/Read';
import ReadActivity from '../screen/activity/readActivity'; import ReadActivity from '../screen/activity/readActivity';
const Stack = createNativeStackNavigator(); const Stack = createNativeStackNavigator();
......
...@@ -36,7 +36,7 @@ export default function Blue() { ...@@ -36,7 +36,7 @@ export default function Blue() {
return( return(
<SafeAreaView> <SafeAreaView>
<View style={{flexDirection: "column"}}> <View style={{flexDirection: "column"}}>
<ImageBackground style={styles.image} source={require("../assets/game/gameback.png")}> <ImageBackground style={styles.image} source={require("../../assets/game/gameback.png")}>
<View> <View>
...@@ -44,13 +44,13 @@ export default function Blue() { ...@@ -44,13 +44,13 @@ export default function Blue() {
<Text style={styles.text}>Say the name of this color?</Text> <Text style={styles.text}>Say the name of this color?</Text>
</View> </View>
<Image style={styles.robo} source={require("../assets/game/robo.png")}></Image> <Image style={styles.robo} source={require("../../assets/game/robo.png")}></Image>
</View> </View>
<View> <View>
<Image style={styles.blackboard} source={require("../assets/game/blackboard.png")}></Image> <Image style={styles.blackboard} source={require("../../assets/game/blackboard.png")}></Image>
<View style={styles.box}> <View style={styles.box}>
</View> </View>
......
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