Commit da5d5264 authored by Muthumal S.A.D.M.'s avatar Muthumal S.A.D.M.

New Progress

parent ed752d11
This diff is collapsed.
...@@ -42,6 +42,7 @@ import GameScreenSixAll from '../screen/memory/elementry/GameScreenSixAll'; ...@@ -42,6 +42,7 @@ import GameScreenSixAll from '../screen/memory/elementry/GameScreenSixAll';
import GameOverScreen from '../screen/memory/GameOverScreen'; import GameOverScreen from '../screen/memory/GameOverScreen';
import Sam from '../screen/sample/sam'; import Sam from '../screen/sample/sam';
import Progress from '../screen/Progress';
const Stack = createNativeStackNavigator(); const Stack = createNativeStackNavigator();
...@@ -261,6 +262,11 @@ const AppRouter = () => { ...@@ -261,6 +262,11 @@ const AppRouter = () => {
name="Sam" name="Sam"
component={Sam} component={Sam}
/> />
<Stack.Screen
options={{headerShown: false}}
name="Progress"
component={Progress}
/>
</Stack.Navigator> </Stack.Navigator>
</NavigationContainer> </NavigationContainer>
); );
......
...@@ -53,7 +53,7 @@ export default function Home({ navigation }){ ...@@ -53,7 +53,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="Progress" title="Progress Check" /> <ImageButton path="Progress" title="Progress" />
</View> </View>
{/* <View style={styles.imageView}> {/* <View style={styles.imageView}>
<Image <Image
......
import React, { Component } from 'react'
import { StyleSheet, TouchableOpacity, View, Text, Pressable, SafeAreaView, ScrollView, Image, ImageBackground, Dimensions, Animated, Easing, NativeModules } from 'react-native';
export default function Progress(){
return (
<View><Text>ddddddd</Text></View>
)
}
{
"name": "21_22j-38",
"lockfileVersion": 2,
"requires": true,
"packages": {}
}
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