We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fee5a7 commit 62def2bCopy full SHA for 62def2b
2 files changed
lib/src/components/MainIconButton.js
@@ -1,7 +1,7 @@
1
import React, { Component } from "react";
2
import { Platform, View, TouchableOpacity } from "react-native";
3
import LinearGradient from "react-native-linear-gradient";
4
-import Icon from "react-native-dynamic-icons";
+import Icon from "react-native-dynamic-vector-icons";
5
import colors from "./styles/common/colors";
6
import sharedStyle, { defaultShadowStyle } from "./styles/common/shared.style";
7
import BottomIconsStyle from "./styles/BottomIcons.style";
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",
0 commit comments