Commit 512afb6a authored by W.D.R.P. Sandeepa's avatar W.D.R.P. Sandeepa

Merge branch 'it18218640' into 'master'

some change

See merge request !76
parents 378e12de 134cf0e8
...@@ -15,7 +15,7 @@ const Stack = createNativeStackNavigator(); ...@@ -15,7 +15,7 @@ const Stack = createNativeStackNavigator();
const AppRouter = () => { const AppRouter = () => {
return ( return (
<NavigationContainer> <NavigationContainer>
<Stack.Navigator initialRouteName="Start"> <Stack.Navigator initialRouteName="Splash">
<Stack.Screen <Stack.Screen
options={{headerShown: false}} options={{headerShown: false}}
name="Home" name="Home"
......
...@@ -20,7 +20,7 @@ export default function Color(){ ...@@ -20,7 +20,7 @@ export default function Color(){
.get(webUrel) .get(webUrel)
.then((response) => { .then((response) => {
setData(response.data); setData(response.data);
console.log(response.data); // console.log(response.data);
}) })
.catch((err) => { .catch((err) => {
setNotify({ setNotify({
......
...@@ -19,6 +19,13 @@ export default function Home({ navigation }){ ...@@ -19,6 +19,13 @@ export default function Home({ navigation }){
resizeMode="contain"></Image> resizeMode="contain"></Image>
<ImageButton path="Color" title="Color Activity" /> <ImageButton path="Color" title="Color Activity" />
</View> </View>
<View style={styles.imageView}>
<Image
style={styles.image}
source={require('../assets/color/background.png')}
resizeMode="contain"></Image>
<ImageButton path="Read" title="Read Activity" />
</View>
</View> </View>
<View style={styles.imageContainer}> <View style={styles.imageContainer}>
<View style={styles.imageView}> <View style={styles.imageView}>
...@@ -26,7 +33,7 @@ export default function Home({ navigation }){ ...@@ -26,7 +33,7 @@ export default function Home({ navigation }){
style={styles.image} style={styles.image}
source={require('../assets/color/background.png')} source={require('../assets/color/background.png')}
resizeMode="contain"></Image> resizeMode="contain"></Image>
<ImageButton path="Read" title="Read Activity" /> <ImageButton path="Progress" title="Progress Chack" />
</View> </View>
</View> </View>
</ScrollView> </ScrollView>
......
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