mirror of
https://github.com/fergalmoran/argon-react-native.git
synced 2025-12-26 11:17:43 +00:00
10
CHANGELOG.md
10
CHANGELOG.md
@@ -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
|
||||
4
app.json
4
app.json
@@ -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": {
|
||||
|
||||
@@ -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';
|
||||
|
||||
|
||||
13
package.json
13
package.json
@@ -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"
|
||||
|
||||
@@ -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