File tree Expand file tree Collapse file tree 4 files changed +20
-8
lines changed
Expand file tree Collapse file tree 4 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 11import React from 'react' ;
22import { Image } from 'react-native' ;
3- import { AppLoading , Asset } from 'expo' ;
3+ import { AppLoading } from 'expo' ;
4+ import { Asset } from 'expo-asset' ;
45import { Block , GalioProvider } from 'galio-framework' ;
56
67import Screens from './navigation/Screens' ;
Original file line number Diff line number Diff line change 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 `
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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" : {
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 },
You can’t perform that action at this time.
0 commit comments