bottom-tab-navigation
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -1,9 +0,8 @@ | ||
import React from 'react'; | ||
import {NavigationContainer} from '@react-navigation/native'; | ||
import {createBottomTabNavigator} from '@react-navigation/bottom-tabs'; | ||
import FontAwesome from 'react-native-vector-icons/FontAwesome'; | ||
import Home from '../BtmTabNavPages/Home'; | ||
import Search from '../BtmTabNavPages/Search'; | ||
import Profile from '../BtmTabNavPages/Profile'; | ||
import Settings from '../BtmTabNavPages/Settings'; | ||
import React from "react"; | ||
import { NavigationContainer } from "@react-navigation/native"; | ||
import { createBottomTabNavigator } from "@react-navigation/bottom-tabs"; | ||
import Home from "../BtmTabNavPages/Home"; | ||
import Search from "../BtmTabNavPages/Search"; | ||
import Profile from "../BtmTabNavPages/Profile"; | ||
import Settings from "../BtmTabNavPages/Settings"; | ||
@@ -19,3 +18,3 @@ const BottomTabNav = () => { | ||
options={{ | ||
tabBarIcon: ({color, size}) => ( | ||
tabBarIcon: ({ color, size }) => ( | ||
<FontAwesome name="home" color={color} size={size} /> | ||
@@ -29,3 +28,3 @@ ), | ||
options={{ | ||
tabBarIcon: ({color, size}) => ( | ||
tabBarIcon: ({ color, size }) => ( | ||
<FontAwesome name="search" color={color} size={size} /> | ||
@@ -39,3 +38,3 @@ ), | ||
options={{ | ||
tabBarIcon: ({color, size}) => ( | ||
tabBarIcon: ({ color, size }) => ( | ||
<FontAwesome name="user" color={color} size={size} /> | ||
@@ -49,3 +48,3 @@ ), | ||
options={{ | ||
tabBarIcon: ({color, size}) => ( | ||
tabBarIcon: ({ color, size }) => ( | ||
<FontAwesome name="cog" color={color} size={size} /> | ||
@@ -52,0 +51,0 @@ ), |
{ | ||
"name": "bottom-tab-navigation", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "This bottom tab naviagtion for react native project", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3483
113