Skip to content

Commit

Permalink
Add support for different icon type in Avatar component #942 (#980)
Browse files Browse the repository at this point in the history
* Add support for different icon type in Avatar component #942

* Revert previous git hook #942
  • Loading branch information
vintage authored and xavier-villelegier committed Mar 11, 2018
1 parent 7d19582 commit d7abd3e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/avatar/Avatar.js
Expand Up @@ -12,10 +12,9 @@ import {
TouchableWithoutFeedback,
} from 'react-native';

import Icon from '../icons/Icon';
import ViewPropTypes from '../config/ViewPropTypes';

import Icon from 'react-native-vector-icons/FontAwesome';

const DEFAULT_COLORS = ['#000', '#333', '#555', '#888', '#aaa', '#ddd'];

const Avatar = props => {
Expand Down

0 comments on commit d7abd3e

Please sign in to comment.