You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 30, 2022. It is now read-only.
| underlayColor | transparent | string(color) | underlay color for button press (optional) |
87
+
| raised | false | boolean | flag to add raised button styling (optional) |
88
88
89
89
## Social Icons & Buttons
90
90
@@ -108,14 +108,14 @@ import SocialIcon from 'HSSocialIcon'
108
108
109
109
| prop | default | type | description |
110
110
| ---- | ---- | ----| ---- |
111
-
| component | TouchableHighlight | React Native Component | type of button |
112
-
| type | none | social media type (facebook, twitter, google-plus-official, pinterest, linkedin, youtube, vimeo, tumblr, instagram, quora, foursquare, wordpress, stumbleupon) | social media type |
113
-
| button | false | boolean | creates button |
114
-
| onPress | none | funciton | onPress method |
115
-
| iconStyle | none | object (style) | extra styling for icon component ([React Native Vector Icons](https://github.com/oblador/react-native-vector-icons)) |
| title | none | string | title if made into a button |
111
+
| component | TouchableHighlight | React Native Component | type of button (optional) |
112
+
| type | none | social media type (facebook, twitter, google-plus-official, pinterest, linkedin, youtube, vimeo, tumblr, instagram, quora, foursquare, wordpress, stumbleupon) | social media type (required) |
0 commit comments