Commit a008a802 authored by Lihinikaduwa D.N.R.  's avatar Lihinikaduwa D.N.R.

some changes

parent 1a539b0b
This diff is collapsed.
......@@ -17,12 +17,7 @@
"native-base": "^3.2.2",
"react": "17.0.2",
"react-native": "0.66.2",
<<<<<<< HEAD
"react-native-audio-recorder-player": "^3.3.4",
"react-native-chartjs": "^1.0.3",
=======
"react-native-audio-record": "^0.2.2",
>>>>>>> ef01cf5d3888e989084c7d61dff42b160793ac0a
"react-native-elements": "^3.4.2",
"react-native-fontawesome": "^7.0.0",
"react-native-gesture-handler": "^1.10.3",
......
......@@ -16,7 +16,7 @@ const Stack = createNativeStackNavigator();
const AppRouter = () => {
return (
<NavigationContainer>
<Stack.Navigator initialRouteName="Color">
<Stack.Navigator initialRouteName="Login">
<Stack.Screen
options={{headerShown: false}}
name="Home"
......@@ -62,7 +62,6 @@ const AppRouter = () => {
name="ReadActivity"
component={ReadActivity}
/>
</Stack.Navigator>
</NavigationContainer>
);
......
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