Skip to content

Commit

Permalink
Update example project
Browse files Browse the repository at this point in the history
  • Loading branch information
Doron Tohar committed Aug 13, 2017
1 parent 32296a4 commit ae396e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions HyperlinkedTextExample/app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default class HyperlinkedTextExample extends Component {
onPress: (orig, text, url) => HyperlinkedText._openWebUrl(url)
}
]}
>Use markdown style links [Kimaia](https://www.kimaia.com)</HyperlinkedText>
>Use markdown style links - [Kimaia](https://www.kimaia.com)</HyperlinkedText>
<HyperlinkedText
style={styles.entry}
linkDefs={[
Expand Down Expand Up @@ -65,9 +65,9 @@ const styles = StyleSheet.create({
backgroundColor: '#F5FCFF',
},
entry: {
textAlign: 'center',
textAlign: 'left',
color: '#333333',
marginBottom: 15,
margin: 15,
},
});

Expand Down

0 comments on commit ae396e8

Please sign in to comment.