Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #112 from Vilerio/development
Browse files Browse the repository at this point in the history
restruct : Suppression de GradesScreen et passage sur GradesScreenNew
  • Loading branch information
Vilerio committed Mar 26, 2024
2 parents 2e1c0b8 + c4ab264 commit a9ff700
Show file tree
Hide file tree
Showing 3 changed files with 938 additions and 2,645 deletions.
2 changes: 1 addition & 1 deletion stacks/TabsStack.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const views = [
},
{
name: 'NotesHandler',
component: require('../views/GradesScreenNew').default,
component: require('../views/GradesScreen').default,
options: {
tabBarLabel: 'Notes',
tabBarIcon: ({ color, size, focused }) =>
Expand Down
Loading

0 comments on commit a9ff700

Please sign in to comment.