Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bottom-tab-navigation

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bottom-tab-navigation - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

23

BtnTabNav/index.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc