From 62def2b67e3e31429e81e4d4c0379a41780f06c3 Mon Sep 17 00:00:00 2001 From: FreakyCoder Date: Thu, 4 Apr 2019 14:48:20 +0300 Subject: [PATCH] Lib name mistake is fixed --- lib/src/components/MainIconButton.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/components/MainIconButton.js b/lib/src/components/MainIconButton.js index 245c72f..d874a0c 100644 --- a/lib/src/components/MainIconButton.js +++ b/lib/src/components/MainIconButton.js @@ -1,7 +1,7 @@ import React, { Component } from "react"; import { Platform, View, TouchableOpacity } from "react-native"; import LinearGradient from "react-native-linear-gradient"; -import Icon from "react-native-dynamic-icons"; +import Icon from "react-native-dynamic-vector-icons"; import colors from "./styles/common/colors"; import sharedStyle, { defaultShadowStyle } from "./styles/common/shared.style"; import BottomIconsStyle from "./styles/BottomIcons.style"; diff --git a/package.json b/package.json index 452151f..d9e9248 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-bottom-bar", - "version": "0.1.5", + "version": "0.1.51", "description": "Fully customizable BottomBar for React Native.", "keywords": [ "react-native",