Skip to content
This repository was archived by the owner on Mar 30, 2022. It is now read-only.

Commit b77e55f

Browse files
committed
updated readme
1 parent 840054a commit b77e55f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,8 @@
7171
type='twitter'
7272
/>
7373
```
74+
75+
| prop | default | type | description |
76+
| ---- | ---- | ----| ---- |
77+
| component | TouchableHighlight | React Native Component | Type of button |
78+
| type | none | social media type (facebook, twitter, google-plus-official, pinterest, linkedin, youtube, vimeo, tumblr, instagram, quora, foursquare, wordpress, stumbleupon) | social media type |

src/components/social/SocialIcon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let styles
1212
const colors = {
1313
facebook: '#3b5998',
1414
twitter: '#00aced',
15-
googlePlus: '#dd4b39',
15+
['google-plus-official']: '#dd4b39',
1616
pinterest: '#cb2027',
1717
linkedIn: '#007bb6',
1818
youtube: '#bb0000',

0 commit comments

Comments
 (0)