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

some change

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