Skip to content

Instantly share code, notes, and snippets.

View Baskerville42's full-sized avatar
😼

Alexander Tartmin Baskerville42

😼
View GitHub Profile
This file has been truncated, but you can view the full file.
<!DOCTYPE html>
<html>
<head>
<title>FusionCharts</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=no"
/>
import React from "react";
import { Image, Text, TouchableOpacity, View } from "react-native";
import { connect } from "react-redux";
import { RNCamera } from "react-native-camera";
import { SvgXml } from "react-native-svg";
import styles from "./styles";
import { uploadMediaRequest } from "../../actions/assets";
import * as consts from "../../consts";
import xWhiteIcon from "../../assets/xwhite.svg";
.main-page {
background: #2a2b2d;
.main-page-container {
padding-top: 30px;
}
.main-page-link {
text-decoration: none;
display: inline-block;
cursor: pointer;