/** * Created by Sean on 2018/5/9. */ import { View, Text, StyleSheet, TouchableOpacity, TouchableWithoutFeedback, ScrollView, SectionList, Image, Animated } from 'react-native' import React, {Component} from 'react' import PropTypes from 'prop-types'; import {NavigationBarHeight, TabBarHeight, ScreenDimensions} from '../../../utils/DimensionsTools' export default class CAVideoAnswerPage extends Component { constructor(props) { super(props); } render() { return( Q: A figure of speech is a phrase that uses language in a __ ); } } const styles = StyleSheet.create({ pageContainer: { width: ScreenDimensions.width, height: ScreenDimensions.height - NavigationBarHeight.height - 78 - 78 - 45 - 10, }, questionTitle: { fontSize: 18, color: "#666666", marginHorizontal: 12 } });