Skip to content

Commit

Permalink
Merge pull request #8 from creativetimofficial/v1.2.0
Browse files Browse the repository at this point in the history
V1.2.0
  • Loading branch information
palingheorghe authored Sep 18, 2019
2 parents d84a015 + be03e01 commit c754607
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 8 deletions.
3 changes: 2 additions & 1 deletion App.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React from 'react';
import { Image } from 'react-native';
import { AppLoading, Asset } from 'expo';
import { AppLoading } from 'expo';
import { Asset } from 'expo-asset';
import { Block, GalioProvider } from 'galio-framework';

import Screens from './navigation/Screens';
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.2.0] 2019-09-18
### Updated dependencies
- `[email protected]` to `[email protected]`
- `[email protected]` to `[email protected]`
- added `[email protected]`
- `react-native [email protected]` to `react-native [email protected]`
- added `[email protected]`
- `[email protected]` to `[email protected]`

## [1.1.0] 2019-06-21
### Updated dependencies
- `[email protected]` to `[email protected]`
Expand Down
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"name": "Argon FREE React Native",
"slug": "argon-free-react-native",
"privacy": "public",
"sdkVersion": "33.0.0",
"sdkVersion": "34.0.0",
"platforms": [
"ios",
"android"
],
"version": "1.1.0",
"version": "1.2.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
Expand Down
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "argon-react-native",
"version": "1.1.0",
"version": "1.2.0",
"description": "Argon React Native, based on Argon Design System. Coded by Creative Tim",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
Expand All @@ -14,12 +14,14 @@
"url": "git+https://github.com/creativetimofficial/argon-react-native.git"
},
"dependencies": {
"expo": "^33.0.0",
"expo-font": "^5.0.1",
"galio-framework": "^0.5.3",
"expo": "^34.0.3",
"expo-asset": "^6.0.0",
"expo-font": "^6.0.1",
"galio-framework": "^0.6.1",
"prop-types": "^15.7.2",
"react": "16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
"react-native": "https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz",
"react-native-gesture-handler": "^1.3.0",
"react-native-modal-dropdown": "^0.6.2",
"react-navigation": "^3.11.0"
},
Expand Down

0 comments on commit c754607

Please sign in to comment.