Renamed getGenres and getArtists to getAllGenres and getAllArtists and removed HomeNew from navigation

This commit is contained in:
Clément Le Bihan
2023-12-06 15:03:32 +01:00
parent f9cb289eff
commit 81717ec5b1
6 changed files with 7 additions and 13 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ const ScoreModal = (props: ScoreModalProps) => {
onPress={() =>
navigation.canGoBack()
? navigation.goBack()
: navigation.navigate('HomeNew', {})
: navigation.navigate('Home', {})
}
/>
</Row>