From 658263c5beac838240a19627894ef0621f681442 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 5 Jun 2017 17:42:51 -0400 Subject: browser, touchable --- client/src/lib/timeline/timelineFull.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'client/src/lib/timeline/timelineFull.js') diff --git a/client/src/lib/timeline/timelineFull.js b/client/src/lib/timeline/timelineFull.js index 1b60575..8019710 100644 --- a/client/src/lib/timeline/timelineFull.js +++ b/client/src/lib/timeline/timelineFull.js @@ -2,7 +2,6 @@ import React, { Component } from 'react'; import { ScrollView, StyleSheet, - TouchableOpacity, Image, View, RefreshControl, @@ -15,6 +14,7 @@ import ClearText from '../components/text' import Heading from '../components/heading' import Definition from '../components/definition' import Close from '../components/close' +import Touchable from '../components/touchable' const isIphone = (navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) const isIpad = (navigator.userAgent.match(/iPad/i)) @@ -83,9 +83,9 @@ export default class TimelineFull extends Component { name = linkTextFromUrl(url) } return ( - this.props.onLinkPress(url)}> + this.props.onLinkPress(url)}> {name} - + ) }) links = ( @@ -117,9 +117,9 @@ export default class TimelineFull extends Component { {item.date} {item.medium} - this.onPickTag(item.category)}> + this.onPickTag(item.category)}> {item.category} - + ' + tags + '

'} stylesheet={tagHTMLStyles} onLinkPress={this.onPickTag} /> -- cgit v1.2.3-70-g09d2