mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 15:33:26 +00:00
add register and login screens
This commit is contained in:
@@ -206,7 +206,7 @@ export default function SettingsScreen() {
|
||||
android: "android",
|
||||
})}
|
||||
size={24}
|
||||
color={theme.buttonSecondaryText.val}
|
||||
color={theme.silver300.val}
|
||||
/>
|
||||
}
|
||||
iconAfter={
|
||||
@@ -229,7 +229,7 @@ export default function SettingsScreen() {
|
||||
<MaterialCommunityIcons
|
||||
name="broom"
|
||||
size={24}
|
||||
color={theme.buttonSecondaryText.val}
|
||||
color={theme.silver300.val}
|
||||
/>
|
||||
}
|
||||
onPress={() => clearCacheDirectory()}
|
||||
@@ -304,7 +304,7 @@ export function UpdateSheet({
|
||||
<MaterialCommunityIcons
|
||||
name={Platform.select({ ios: "apple", android: "android" })}
|
||||
size={24}
|
||||
color={theme.buttonSecondaryText.val}
|
||||
color={theme.silver300.val}
|
||||
/>
|
||||
}
|
||||
onPress={() => WebBrowser.openBrowserAsync(downloadUrl)}
|
||||
|
Reference in New Issue
Block a user