|
|
@@ -1,5 +1,5 @@ |
|
|
|
import React, {Component} from 'react'; |
|
|
|
import { StyleSheet, TouchableOpacity, Text,FlatList,Image } from 'react-native'; |
|
|
|
import { StyleSheet, TouchableOpacity, Text,FlatList } from 'react-native'; |
|
|
|
import { Container, Header, Content, List, ListItem, Left, Body, Right, Title, Button, Icon, Row,Col,Card, CardItem, Footer, View } from 'native-base'; |
|
|
|
import { api_url, faq, font_title, font_description } from '../config/Constants'; |
|
|
|
import Accordian from '../config/Accordian'; |
|
|
@@ -8,7 +8,6 @@ import { Loader } from '../components/GeneralComponents'; |
|
|
|
import axios from 'axios'; |
|
|
|
import { connect } from 'react-redux'; |
|
|
|
import { fb } from '../config/firebaseConfig'; |
|
|
|
import back from "../assets/icons/back1.png"; |
|
|
|
import { serviceActionPending, serviceActionError, serviceActionSuccess } from '../actions/FaqActions'; |
|
|
|
|
|
|
|
class Faq extends Component<Props> { |
|
|
@@ -51,15 +50,7 @@ class Faq extends Component<Props> { |
|
|
|
<View> |
|
|
|
<View style={styles.faq_style1}> |
|
|
|
<TouchableOpacity style={styles.faq_style2} onPress={this.handleBackButtonClick} activeOpacity={1} > |
|
|
|
<Image |
|
|
|
style={{ |
|
|
|
width: 20, |
|
|
|
height: 20, |
|
|
|
backgroundColor: "white", |
|
|
|
marginVertical: 12, |
|
|
|
}} |
|
|
|
source={back} |
|
|
|
/> |
|
|
|
<Icon onPress={this.handleBackButtonClick} style={styles.faq_style3} name='arrow-back' /> |
|
|
|
</TouchableOpacity> |
|
|
|
<View style={styles.faq_style4} /> |
|
|
|
<Text style={styles.faq_style5}>Faq</Text> |
|
|
|