diff --git a/src/components/Text/index.js b/src/components/Text/index.js index 3416aab9..548cc5c5 100644 --- a/src/components/Text/index.js +++ b/src/components/Text/index.js @@ -13,6 +13,7 @@ const styles = StyleSheet.create({ font: 'inherit', margin: 0, padding: 0, + textDecoration: 'none', wordWrap: 'break-word' }, singleLineStyle: { diff --git a/src/components/View/index.js b/src/components/View/index.js index 4e3a42ce..9cdc3901 100644 --- a/src/components/View/index.js +++ b/src/components/View/index.js @@ -21,6 +21,7 @@ const styles = StyleSheet.create({ margin: 0, padding: 0, position: 'relative', + textDecoration: 'none', // button reset backgroundColor: 'transparent', color: 'inherit',