Skip to content

Commit 62def2b

Browse files
committed
Lib name mistake is fixed
1 parent 6fee5a7 commit 62def2b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/src/components/MainIconButton.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, { Component } from "react";
22
import { Platform, View, TouchableOpacity } from "react-native";
33
import LinearGradient from "react-native-linear-gradient";
4-
import Icon from "react-native-dynamic-icons";
4+
import Icon from "react-native-dynamic-vector-icons";
55
import colors from "./styles/common/colors";
66
import sharedStyle, { defaultShadowStyle } from "./styles/common/shared.style";
77
import BottomIconsStyle from "./styles/BottomIcons.style";

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-bottom-bar",
3-
"version": "0.1.5",
3+
"version": "0.1.51",
44
"description": "Fully customizable BottomBar for React Native.",
55
"keywords": [
66
"react-native",

0 commit comments

Comments
 (0)