navigate to home instead of floàw
This commit is contained in:
@@ -23,7 +23,7 @@ export const BottomTabScreen = () => {
|
||||
<Motion.Image
|
||||
resizeMode={"contain"}
|
||||
animate={{
|
||||
tintColor: focused ? Palette.white : "#8B8883",
|
||||
tintColor: focused ? Palette.white : "#cacacaff",
|
||||
}}
|
||||
transition={{ type: "spring", damping: 18, mass: 0.7 }}
|
||||
style={[
|
||||
|
||||
Reference in New Issue
Block a user