diff --git a/StarButton.js b/StarButton.js index b6db613..1ba0153 100644 --- a/StarButton.js +++ b/StarButton.js @@ -1,6 +1,6 @@ // React and react native imports import React, { Component } from 'react'; -import { Image, StyleSheet, ViewPropTypes } from 'react-native'; +import { StyleSheet, ViewPropTypes } from 'react-native'; import PropTypes from 'prop-types'; import { createIconSetFromIcoMoon } from 'react-native-vector-icons'; @@ -17,6 +17,7 @@ import MaterialCommunityIconsIcons from 'react-native-vector-icons/MaterialCommu import OcticonsIcons from 'react-native-vector-icons/Octicons'; import ZocialIcons from 'react-native-vector-icons/Zocial'; import SimpleLineIconsIcons from 'react-native-vector-icons/SimpleLineIcons'; +import Image from 'react-native-remote-svg'; const iconSets = { Entypo: EntypoIcons, diff --git a/package.json b/package.json index 7429060..886e1d9 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,8 @@ "prop-types": "^15.5.10", "react-native-animatable": "^1.2.4", "react-native-button": "^2.3.0", - "react-native-vector-icons": "^4.5.0" + "react-native-vector-icons": "^4.5.0", + "react-native-remote-svg": "^1.3.0" }, "repository": { "type": "git",