Browse Source

14 jan

main
Suyash Srivastava 3 years ago
parent
commit
0f763fddff
13 changed files with 15 additions and 63 deletions
  1. BIN
      android/.gradle/6.5/executionHistory/executionHistory.bin
  2. BIN
      android/.gradle/6.5/executionHistory/executionHistory.lock
  3. BIN
      android/.gradle/6.5/fileHashes/fileHashes.bin
  4. BIN
      android/.gradle/6.5/fileHashes/fileHashes.lock
  5. BIN
      android/.gradle/buildOutputCleanup/buildOutputCleanup.lock
  6. BIN
      android/.gradle/checksums/checksums.lock
  7. +1
    -1
      src/assets/css/Colors.js
  8. +1
    -10
      src/views/ContactUs.js
  9. +2
    -11
      src/views/Faq.js
  10. +1
    -11
      src/views/Home.js
  11. +6
    -8
      src/views/More.js
  12. +2
    -11
      src/views/PrivacyPolicy.js
  13. +2
    -11
      src/views/Wallet.js

BIN
android/.gradle/6.5/executionHistory/executionHistory.bin View File


BIN
android/.gradle/6.5/executionHistory/executionHistory.lock View File


BIN
android/.gradle/6.5/fileHashes/fileHashes.bin View File


BIN
android/.gradle/6.5/fileHashes/fileHashes.lock View File


BIN
android/.gradle/buildOutputCleanup/buildOutputCleanup.lock View File


BIN
android/.gradle/checksums/checksums.lock View File


+ 1
- 1
src/assets/css/Colors.js View File

@@ -2,7 +2,7 @@
export const theme_bg_dark = "#0c0a8d";
export const theme_bg = "#0c0a8d";
export const theme_fg = "#0c0a8d";
export const theme_light = "#";
export const theme_light = "#c9ddf5";
export const theme_fg_two = "#202028";
export const theme_bg_three = "#FFFFFF";
export const theme_fg_three = "#FFFFFF";


+ 1
- 10
src/views/ContactUs.js View File

@@ -2,7 +2,6 @@ import React, {Component} from 'react';
import { StyleSheet, Text, Image, View, TouchableOpacity } from 'react-native';
import { Content, Container, Header, Body, Title, Left, Row, Icon, Right, Button as Btn, Card } from 'native-base';
import * as colors from '../assets/css/Colors';
import back from "../assets/icons/back1.png";
import { logo_with_name, font_title, font_description } from '../config/Constants';
import { StatusBar } from '../components/GeneralComponents';
import { Button, Divider } from 'react-native-elements';
@@ -29,15 +28,7 @@ class ContactUs extends Component<Props> {
<View>
<View style={styles.con_style1}>
<TouchableOpacity style={styles.con_style2} onPress={this.handleBackButtonClick} activeOpacity={1} >
<Image
style={{
width: 20,
height: 20,
backgroundColor: "white",
marginVertical: 12,
}}
source={back}
/>
<Icon onPress={this.handleBackButtonClick} style={styles.con_style3} name='arrow-back' />
</TouchableOpacity>
<View style={styles.con_style4} />
<Text style={styles.con_style5}>Contact Us</Text>


+ 2
- 11
src/views/Faq.js View File

@@ -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>


+ 1
- 11
src/views/Home.js View File

@@ -9,9 +9,8 @@ import {
Image,
TextInput,
ImageBackground,
StatusBar
} from "react-native";
import { Loader } from "../components/GeneralComponents";
import { StatusBar, Loader } from "../components/GeneralComponents";
import {
img_url,
api_url,
@@ -156,15 +155,6 @@ export default class Home extends Component<Props> {
render() {
return (
<Container>
<StatusBar
backgroundColor = "#0c0a8d"
barStyle = "light-content"
hidden = {false}
translucent = {false}
networkActivityIndicatorVisible = {true}
/>
<Content padder>
<View style={styles.home_style1}>
<ScrollView


+ 6
- 8
src/views/More.js View File

@@ -71,12 +71,11 @@ export default class More extends Component<Props> {
data={menus}
renderItem={({ item, index }) => (
<ListItem icon onPress={() => this.navigate(item.route)}>
{/* <Left>
<Left>
<Button style={styles.more_style5}>
// {/* <Icon active name={item.icon} /> */}
{/* // </Button> */}
{/* // </Left> */}
{/* // */}
<Icon active name={item.icon} />
</Button>
</Left>
<Body>
<Text style={styles.more_style6}>{item.menu_name}</Text>
</Body>
@@ -94,9 +93,9 @@ export default class More extends Component<Props> {

const styles = StyleSheet.create({
more_style1: { backgroundColor: colors.theme_bg_two },
more_style2: { backgroundColor: colors.theme_bg_three, padding: 13 },
more_style2: { backgroundColor: colors.theme_bg_three, padding: 10 },
more_style3: {
fontSize: 20,
fontSize: 16,
color: colors.theme_fg_two,
fontFamily: font_title,
},
@@ -106,6 +105,5 @@ const styles = StyleSheet.create({
fontSize: 16,
color: colors.theme_fg_two,
fontFamily: font_description,
paddingLeft:12
},
});

+ 2
- 11
src/views/PrivacyPolicy.js View File

@@ -1,8 +1,7 @@
import React, {Component} from 'react';
import { StyleSheet, Text, View, TouchableOpacity,Image } from 'react-native';
import { StyleSheet, Text, View, TouchableOpacity } from 'react-native';
import { Container, Header, Content, Left, Body, Right, Title, Button, Icon, Row, Card } from 'native-base';
import * as colors from '../assets/css/Colors';
import back from "../assets/icons/back1.png";
import { Loader } from '../components/GeneralComponents';
import { api_url, privacy,font_title,font_description } from '../config/Constants';
import axios from 'axios';
@@ -44,15 +43,7 @@ class PrivacyPolicy extends Component<Props> {
<View>
<View style={styles.pri_style1}>
<TouchableOpacity style={styles.pri_style2} onPress={this.handleBackButtonClick} activeOpacity={1} >
<Image
style={{
width: 20,
height: 20,
backgroundColor: "white",
marginVertical: 12,
}}
source={back}
/>
<Icon onPress={this.handleBackButtonClick} style={styles.pri_style3} name='arrow-back' />
</TouchableOpacity>
<View style={styles.pri_style4} />
<Text style={styles.pri_style5}>Privacy Policy</Text>


+ 2
- 11
src/views/Wallet.js View File

@@ -1,8 +1,7 @@
import React, {Component} from 'react';
import { StyleSheet, Text, View, FlatList, TouchableOpacity,Image } from 'react-native';
import { StyleSheet, Text, View, FlatList, TouchableOpacity } from 'react-native';
import { Content, Container, Header, Body, Title, Left, Icon, Right, Button as Btn, Card, CardItem, List, ListItem, Thumbnail, Row} from 'native-base';
import * as colors from '../assets/css/Colors';
import back from "../assets/icons/back1.png";
import axios from 'axios';
import { Loader } from '../components/GeneralComponents';
import { wallet_icon, api_url, get_wallet, add_wallet ,font_description,font_title , no_wallet_lottie} from '../config/Constants';
@@ -108,15 +107,7 @@ class Wallet extends Component<Props> {
<View>
<View style={styles.wall_style1}>
<TouchableOpacity style={styles.wall_style2} onPress={this.handleBackButtonClick} activeOpacity={1} >
<Image
style={{
width: 20,
height: 20,
backgroundColor: "white",
marginVertical: 12,
}}
source={back}
/>
<Icon onPress={this.handleBackButtonClick} style={styles.wall_style3} name='arrow-back' />
</TouchableOpacity>
<View style={styles.wall_style4} />
<Text style={styles.wall_style5}>Wallet</Text>


Loading…
Cancel
Save