import React, { Component } from 'react'; import { StyleSheet, Text, View, ScrollView, } from 'react-native'; import HTMLView from 'react-native-htmlview' import htmlStyles from '../components/htmlStyles' import Heading from '../components/heading' import ClearText from '../components/text' import Button from '../components/button' import Close from '../components/close' export default class TimelineHeader extends Component { constructor(props) { super() } render() { if (!! this.props.tag) { return ( ) } else { const body = '

' + this.props.content.body + '

' return ( HISTORY OF SURVEILLANCE