From 3e72bfa56c860826429a842f6c128d78d4a930db Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 1 Jun 2017 19:47:08 -0400 Subject: react-native-web port of fmf app --- client/src/lib/views/credits.js | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 client/src/lib/views/credits.js (limited to 'client/src/lib/views/credits.js') diff --git a/client/src/lib/views/credits.js b/client/src/lib/views/credits.js new file mode 100644 index 0000000..dbe516b --- /dev/null +++ b/client/src/lib/views/credits.js @@ -0,0 +1,34 @@ +import React, { Component } from 'react'; +import { + StyleSheet, + View, +} from 'react-native'; +import HTMLView from 'react-native-htmlview' + +import htmlStyles from '../components/htmlStyles' +import ScrollableContainer from '../components/scrollableContainer' +import ClearText from '../components/text' + +export default class Credits extends Component { + constructor(props) { + super() + } + render() { + let body = '

' + this.props.content.body + '

' + return ( + + + + + + + + ) + } +} + +const styles = StyleSheet.create({ + body: { + maxWidth: '650px', + }, +}) -- cgit v1.2.3-70-g09d2