mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
build out artist view
clean up mapping methods a bit
This commit is contained in:
@@ -19,13 +19,6 @@ type TabStackParamList = {
|
||||
ArtistView: { id: string; title: string }
|
||||
}
|
||||
|
||||
type TabMainScreenNavigationProp = NativeStackNavigationProp<TabStackParamList, 'TabMain'>
|
||||
type TabMainScreenRouteProp = RouteProp<TabStackParamList, 'TabMain'>
|
||||
type TabMainScreenProps = {
|
||||
route: TabMainScreenRouteProp
|
||||
navigation: TabMainScreenNavigationProp
|
||||
}
|
||||
|
||||
type AlbumScreenNavigationProp = NativeStackNavigationProp<TabStackParamList, 'AlbumView'>
|
||||
type AlbumScreenRouteProp = RouteProp<TabStackParamList, 'AlbumView'>
|
||||
type AlbumScreenProps = {
|
||||
|
||||
Reference in New Issue
Block a user