Skip to content

Commit c754607

Browse files
Merge pull request #8 from creativetimofficial/v1.2.0
V1.2.0
2 parents d84a015 + be03e01 commit c754607

File tree

4 files changed

+20
-8
lines changed

4 files changed

+20
-8
lines changed

App.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import React from 'react';
22
import { Image } from 'react-native';
3-
import { AppLoading, Asset } from 'expo';
3+
import { AppLoading } from 'expo';
4+
import { Asset } from 'expo-asset';
45
import { Block, GalioProvider } from 'galio-framework';
56

67
import Screens from './navigation/Screens';

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.2.0] 2019-09-18
2+
### Updated dependencies
3+
- `expo@33.0.0` to `expo@34.0.3`
4+
- `expo-font@5.0.1` to `expo-font@6.0.1`
5+
- added `expo-asset@6.0.0`
6+
- `react-native SDK@33.0.0` to `react-native SDK@34.0.0`
7+
- added `react-native-gesture-handler@1.3.0`
8+
- `galio-framework@0.5.3` to `galio-framework@0.6.1`
9+
110
## [1.1.0] 2019-06-21
211
### Updated dependencies
312
- `expo@32.0.0` to `expo@33.0.0`

app.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"name": "Argon FREE React Native",
44
"slug": "argon-free-react-native",
55
"privacy": "public",
6-
"sdkVersion": "33.0.0",
6+
"sdkVersion": "34.0.0",
77
"platforms": [
88
"ios",
99
"android"
1010
],
11-
"version": "1.1.0",
11+
"version": "1.2.0",
1212
"orientation": "portrait",
1313
"icon": "./assets/icon.png",
1414
"splash": {

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "argon-react-native",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Argon React Native, based on Argon Design System. Coded by Creative Tim",
55
"main": "node_modules/expo/AppEntry.js",
66
"scripts": {
@@ -14,12 +14,14 @@
1414
"url": "git+https://github.com/creativetimofficial/argon-react-native.git"
1515
},
1616
"dependencies": {
17-
"expo": "^33.0.0",
18-
"expo-font": "^5.0.1",
19-
"galio-framework": "^0.5.3",
17+
"expo": "^34.0.3",
18+
"expo-asset": "^6.0.0",
19+
"expo-font": "^6.0.1",
20+
"galio-framework": "^0.6.1",
2021
"prop-types": "^15.7.2",
2122
"react": "16.8.3",
22-
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
23+
"react-native": "https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz",
24+
"react-native-gesture-handler": "^1.3.0",
2325
"react-native-modal-dropdown": "^0.6.2",
2426
"react-navigation": "^3.11.0"
2527
},

0 commit comments

Comments
 (0)