Skip to content

Commit afcc5d3

Browse files
palingheorghepalingheorghe
authored andcommitted
v1.1.0 ready
1 parent 3eae6de commit afcc5d3

4 files changed

Lines changed: 9 additions & 8 deletions

File tree

components/Icon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react';
2-
import { Font } from 'expo';
2+
import * as Font from 'expo-font';
33
import { createIconSetFromIcoMoon } from '@expo/vector-icons';
44
import { Icon } from 'galio-framework';
55

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
},
1616
"dependencies": {
1717
"expo": "^33.0.0",
18+
"expo-font": "^5.0.1",
1819
"galio-framework": "^0.5.3",
1920
"prop-types": "^15.7.2",
2021
"react": "16.8.3",

screens/Elements.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,8 @@ class Elements extends React.Component {
286286
<Block row middle space="between" style={{ paddingTop: 7 }}>
287287
<Text size={14}>Manage Options</Text>
288288
<Icon
289-
name="stre-right"
290-
family="Galio"
289+
name="chevron-right"
290+
family="entypo"
291291
style={{ paddingRight: 5 }}
292292
/>
293293
</Block>
@@ -312,7 +312,7 @@ class Elements extends React.Component {
312312
onlyIcon
313313
shadowless
314314
icon="facebook"
315-
iconFamily="FontAwesome"
315+
iconFamily="Font-Awesome"
316316
iconColor={theme.COLORS.WHITE}
317317
iconSize={theme.SIZES.BASE * 1.625}
318318
color={theme.COLORS.FACEBOOK}
@@ -325,7 +325,7 @@ class Elements extends React.Component {
325325
onlyIcon
326326
shadowless
327327
icon="twitter"
328-
iconFamily="FontAwesome"
328+
iconFamily="Font-Awesome"
329329
iconColor={theme.COLORS.WHITE}
330330
iconSize={theme.SIZES.BASE * 1.625}
331331
color={theme.COLORS.TWITTER}
@@ -338,7 +338,7 @@ class Elements extends React.Component {
338338
onlyIcon
339339
shadowless
340340
icon="dribbble"
341-
iconFamily="FontAwesome"
341+
iconFamily="Font-Awesome"
342342
iconColor={theme.COLORS.WHITE}
343343
iconSize={theme.SIZES.BASE * 1.625}
344344
color={theme.COLORS.DRIBBBLE}

screens/Register.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Register extends React.Component {
3333
<Block row>
3434
<Icon
3535
name="logo-github"
36-
family="Ionicons"
36+
family="Ionicon"
3737
size={14}
3838
color={"black"}
3939
style={{ marginTop: 2, marginRight: 5 }}
@@ -45,7 +45,7 @@ class Register extends React.Component {
4545
<Block row>
4646
<Icon
4747
name="logo-google"
48-
family="Ionicons"
48+
family="Ionicon"
4949
size={14}
5050
color={"black"}
5151
style={{ marginTop: 2, marginRight: 5 }}

0 commit comments

Comments
 (0)