Merge pull request #7 from creativetimofficial/v1.1.0

V1.1.0
This commit is contained in:
Petru Alin Gheorghe
2019-06-21 15:07:59 +03:00
committed by GitHub
6 changed files with 27 additions and 16 deletions

View File

@@ -1,2 +1,12 @@
## [1.1.0] 2019-06-21
### Updated dependencies
- `expo@32.0.0` to `expo@33.0.0`
- `galio-framework@0.5.1` to `galio-framework@0.5.3`
- `react-native SDK@32.0.0` to `react-native SDK@33.0.0`
- `react-navigation@3.8.1` to `react-navigation@3.11.0`
- `react@16.5.0` to `react@16.8.3`
- added `expo-font@5.0.1`
## [1.0.0] 2019-06-07
### Initial Release

View File

@@ -3,12 +3,12 @@
"name": "Argon FREE React Native",
"slug": "argon-free-react-native",
"privacy": "public",
"sdkVersion": "32.0.0",
"sdkVersion": "33.0.0",
"platforms": [
"ios",
"android"
],
"version": "1.0.0",
"version": "1.1.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {

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

@@ -1,6 +1,6 @@
{
"name": "argon-react-native",
"version": "1.0.0",
"version": "1.1.0",
"description": "Argon React Native, based on Argon Design System. Coded by Creative Tim",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
@@ -14,13 +14,14 @@
"url": "git+https://github.com/creativetimofficial/argon-react-native.git"
},
"dependencies": {
"expo": "^32.0.0",
"galio-framework": "^0.5.1",
"expo": "^33.0.0",
"expo-font": "^5.0.1",
"galio-framework": "^0.5.3",
"prop-types": "^15.7.2",
"react": "16.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz",
"react": "16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
"react-native-modal-dropdown": "^0.6.2",
"react-navigation": "^3.8.1"
"react-navigation": "^3.11.0"
},
"devDependencies": {
"babel-preset-expo": "^5.0.0"

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 }}