From edffb3ad55354a196d5d6372a1c37f97f42637b2 Mon Sep 17 00:00:00 2001 From: Alin Gheorghe Date: Tue, 17 Sep 2019 21:12:00 +0300 Subject: [PATCH 1/2] warning from react-native-gesture-handler --- App.js | 3 ++- app.json | 4 ++-- package.json | 10 ++++++---- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/App.js b/App.js index 98379fe..761adac 100644 --- a/App.js +++ b/App.js @@ -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'; diff --git a/app.json b/app.json index 4f05f48..ce6e9e0 100644 --- a/app.json +++ b/app.json @@ -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": { diff --git a/package.json b/package.json index 792b34f..387d182 100644 --- a/package.json +++ b/package.json @@ -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" }, From be03e0182c9c821cd4412f6cf90522b6eec0f6e9 Mon Sep 17 00:00:00 2001 From: palingheorghe Date: Wed, 18 Sep 2019 11:21:57 +0300 Subject: [PATCH 2/2] changelog edited --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8efcc4c..6ecd56c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.2.0] 2019-09-18 +### Updated dependencies +- `expo@33.0.0` to `expo@34.0.3` +- `expo-font@5.0.1` to `expo-font@6.0.1` +- added `expo-asset@6.0.0` +- `react-native SDK@33.0.0` to `react-native SDK@34.0.0` +- added `react-native-gesture-handler@1.3.0` +- `galio-framework@0.5.3` to `galio-framework@0.6.1` + ## [1.1.0] 2019-06-21 ### Updated dependencies - `expo@32.0.0` to `expo@33.0.0` diff --git a/package.json b/package.json index 387d182..7f061f6 100644 --- a/package.json +++ b/package.json @@ -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": {