Add prettier
This commit is contained in:
@ -18,7 +18,7 @@ export function IconSymbol({
|
||||
<SymbolView
|
||||
weight={weight}
|
||||
tintColor={color}
|
||||
resizeMode="scaleAspectFit"
|
||||
resizeMode='scaleAspectFit'
|
||||
name={name}
|
||||
style={[
|
||||
{
|
||||
|
@ -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}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user