tabbar width
This commit is contained in:
@@ -1,14 +1,10 @@
|
||||
import { Motion } from "@legendapp/motion";
|
||||
import { createBottomTabNavigator } from "@react-navigation/bottom-tabs";
|
||||
import React from "reactn";
|
||||
|
||||
import { Palette } from "../styles";
|
||||
import { Routes } from "./Routes";
|
||||
|
||||
import { tabs } from "../assets";
|
||||
|
||||
import TabBar from "./TabBar";
|
||||
|
||||
import { Platform } from "react-native";
|
||||
import HitParade from "../screens/HitParade/HitParade.js";
|
||||
import Library from "../screens/Library/Library";
|
||||
@@ -30,8 +26,6 @@ export const BottomTabScreen = () => {
|
||||
{
|
||||
width: Platform.OS === "web" ? 30 : 24,
|
||||
height: Platform.OS === "web" ? 30 : 24,
|
||||
// marginBottom: Platform.OS === "web" ? 13 : 0,
|
||||
// marginTop: Platform.OS === "web" ? 13 : 0,
|
||||
},
|
||||
]}
|
||||
source={icon}
|
||||
|
||||
Reference in New Issue
Block a user