From 85968a3a6bc5737715ed34fba942153174d2c993 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 4 Jun 2017 16:16:49 -0400 Subject: about this work --- client/src/lib/views/information.js | 33 +++++++++++++++------------------ 1 file changed, 15 insertions(+), 18 deletions(-) (limited to 'client/src/lib/views/information.js') diff --git a/client/src/lib/views/information.js b/client/src/lib/views/information.js index 9dc5ced..aace0d9 100644 --- a/client/src/lib/views/information.js +++ b/client/src/lib/views/information.js @@ -8,7 +8,7 @@ import { } from 'react-native'; import HTMLView from 'react-native-htmlview' -import Modal from 'react-native-modal' +import Modal from '../components/modal' import htmlStyles from '../components/htmlStyles' @@ -64,17 +64,19 @@ export default class Information extends Component { ) }) return ( - - - {essays} - - this.showBios()}> - - Artist Biographies - Ai Weiwei, Jacques Herzog, Phillipe de Meuron - - - + + + + {essays} + + this.showBios()}> + + Artist Biographies + Ai Weiwei, Jacques Herzog, Phillipe de Meuron + + + + @@ -91,8 +93,6 @@ export default class Information extends Component { {this.props.content.deMeuronBio} - - @@ -109,7 +109,7 @@ export default class Information extends Component { this.hideEssay()} /> - + ); } } @@ -121,7 +121,6 @@ const styles = StyleSheet.create({ alignItems: 'flex-start', }, bodyStyle: { - marginRight: 10, }, video: { alignSelf: 'stretch', @@ -153,7 +152,6 @@ const styles = StyleSheet.create({ }, essays: { - marginLeft: -55, marginBottom: 20, }, essayContainer: { @@ -161,7 +159,6 @@ const styles = StyleSheet.create({ margin: 5, }, essayTitle: { - textDecorationColor: '#bbb', textDecorationLine: 'underline', }, essayByline: { -- cgit v1.2.3-70-g09d2