Skip to content

Commit

Permalink
Fix the missing feather icon issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
hossein-zare committed Jun 27, 2020
1 parent bb7cd11 commit e56ab43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import PropTypes from 'prop-types';

// Icon
import Feather from 'react-native-vector-icons/Feather';
Feather.loadFont();

class DropDownPicker extends React.Component {
constructor(props) {
Expand Down

0 comments on commit e56ab43

Please sign in to comment.