Skip to content

Commit

Permalink
Merge pull request #186 from QUACK-INTEC/cr/BugFix/navprofile
Browse files Browse the repository at this point in the history
Nav profile configuration fix
  • Loading branch information
jtvargas authored Feb 1, 2020
2 parents cdc785b + ccce309 commit 8416afc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions App/Navigation/MainTabNavigator.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,18 @@ const ProfileStack = createStackNavigator(
ChangePassword: {
screen: ChangePasswordScreen,
},

ClassHub: {
screen: ClassHubScreen,
},
PostInfo,
Participants: ClassParticipantsScreen,
ViewProfile: ViewProfileScreen,
SubjectsByTeacher: SubjectsByTeacherScreen,
TeacherResources: TeacherResourcesScreen,
PostComments: PostCommentsScreen,
PostResources: PostResourcesScreen,
ViewResource: ViewResourceScreen,
},
config
);
Expand Down

0 comments on commit 8416afc

Please sign in to comment.