|
|
@ -2,9 +2,6 @@ import '../types/extension';
|
|
|
|
import {Image, StyleSheet, Switch, Text, View} from "react-native";
|
|
|
|
import {Image, StyleSheet, Switch, Text, View} from "react-native";
|
|
|
|
import {
|
|
|
|
import {
|
|
|
|
darksalmonColor,
|
|
|
|
darksalmonColor,
|
|
|
|
greyColor,
|
|
|
|
|
|
|
|
indigoColor,
|
|
|
|
|
|
|
|
purpleColor,
|
|
|
|
|
|
|
|
whiteColor
|
|
|
|
whiteColor
|
|
|
|
} from "../assets/Theme";
|
|
|
|
} from "../assets/Theme";
|
|
|
|
import React from "react";
|
|
|
|
import React from "react";
|
|
|
|