mirror of
https://github.com/fergalmoran/argon-react-native.git
synced 2026-01-05 08:04:22 +00:00
v1.1.0 ready
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user