Skip to content

Commit

Permalink
Lib name mistake is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathChaos committed Apr 4, 2019
1 parent 6fee5a7 commit 62def2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/src/components/MainIconButton.js
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 62def2b

Please sign in to comment.