v1.1.0 ready

This commit is contained in:
palingheorghe
2019-06-21 14:29:51 +03:00
parent 3eae6def45
commit afcc5d3afc
4 changed files with 9 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
import React from 'react';
import { Font } from 'expo';
import * as Font from 'expo-font';
import { createIconSetFromIcoMoon } from '@expo/vector-icons';
import { Icon } from 'galio-framework';

View File

@@ -15,6 +15,7 @@
},
"dependencies": {
"expo": "^33.0.0",
"expo-font": "^5.0.1",
"galio-framework": "^0.5.3",
"prop-types": "^15.7.2",
"react": "16.8.3",

View File

@@ -286,8 +286,8 @@ class Elements extends React.Component {
<Block row middle space="between" style={{ paddingTop: 7 }}>
<Text size={14}>Manage Options</Text>
<Icon
name="stre-right"
family="Galio"
name="chevron-right"
family="entypo"
style={{ paddingRight: 5 }}
/>
</Block>
@@ -312,7 +312,7 @@ class Elements extends React.Component {
onlyIcon
shadowless
icon="facebook"
iconFamily="FontAwesome"
iconFamily="Font-Awesome"
iconColor={theme.COLORS.WHITE}
iconSize={theme.SIZES.BASE * 1.625}
color={theme.COLORS.FACEBOOK}
@@ -325,7 +325,7 @@ class Elements extends React.Component {
onlyIcon
shadowless
icon="twitter"
iconFamily="FontAwesome"
iconFamily="Font-Awesome"
iconColor={theme.COLORS.WHITE}
iconSize={theme.SIZES.BASE * 1.625}
color={theme.COLORS.TWITTER}
@@ -338,7 +338,7 @@ class Elements extends React.Component {
onlyIcon
shadowless
icon="dribbble"
iconFamily="FontAwesome"
iconFamily="Font-Awesome"
iconColor={theme.COLORS.WHITE}
iconSize={theme.SIZES.BASE * 1.625}
color={theme.COLORS.DRIBBBLE}

View File

@@ -33,7 +33,7 @@ class Register extends React.Component {
<Block row>
<Icon
name="logo-github"
family="Ionicons"
family="Ionicon"
size={14}
color={"black"}
style={{ marginTop: 2, marginRight: 5 }}
@@ -45,7 +45,7 @@ class Register extends React.Component {
<Block row>
<Icon
name="logo-google"
family="Ionicons"
family="Ionicon"
size={14}
color={"black"}
style={{ marginTop: 2, marginRight: 5 }}