Add profile, group, and Courses cards

This commit is contained in:
aeroreyna
2022-03-19 09:28:02 -07:00
parent e5554c2f8e
commit 76ec6331f5
9 changed files with 401 additions and 43 deletions

4
App.js
View File

@@ -191,9 +191,9 @@ export default function App() {
<NavigationContainer>
<Stack.Navigator>
<Stack.Screen
name="Home"
name="EMI Social"
component={MainNavigation}
options={{ headerShown: false }}
options={{ headerShown: true }}
/>
<Stack.Screen
name="Profile"