Add prettier

This commit is contained in:
2025-01-28 08:45:02 -06:00
parent db606f2e2a
commit 5a821fc6b5
16 changed files with 115 additions and 81 deletions

View File

@ -18,7 +18,7 @@ export function IconSymbol({
<SymbolView
weight={weight}
tintColor={color}
resizeMode="scaleAspectFit"
resizeMode='scaleAspectFit'
name={name}
style={[
{

View File

@ -8,7 +8,7 @@ export default function BlurTabBarBackground() {
<BlurView
// System chrome material automatically adapts to the system's theme
// and matches the native tab bar appearance on iOS.
tint="systemChromeMaterial"
tint='systemChromeMaterial'
intensity={100}
style={StyleSheet.absoluteFill}
/>