mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
clean up round 1
remove fast-image, switched to all image cleaned up icons added fading splash page
This commit is contained in:
23
app/styles/icons.ts
Normal file
23
app/styles/icons.ts
Normal file
@@ -0,0 +1,23 @@
|
||||
export type OutlineFillIcon = {
|
||||
outline: number
|
||||
fill: number
|
||||
}
|
||||
|
||||
export const bottomTabIcons: Record<string, OutlineFillIcon> = {
|
||||
home: {
|
||||
outline: require('@res/icons/home.png'),
|
||||
fill: require('@res/icons/home-fill.png'),
|
||||
},
|
||||
library: {
|
||||
outline: require('@res/icons/library.png'),
|
||||
fill: require('@res/icons/library-fill.png'),
|
||||
},
|
||||
search: {
|
||||
outline: require('@res/icons/search.png'),
|
||||
fill: require('@res/icons/search-fill.png'),
|
||||
},
|
||||
settings: {
|
||||
outline: require('@res/icons/settings.png'),
|
||||
fill: require('@res/icons/settings-fill.png'),
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user