mirror of
https://github.com/fergalmoran/argon-react-native.git
synced 2026-02-18 13:44:56 +00:00
3
App.js
3
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';
|
||||
|
||||
@@ -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`
|
||||
|
||||
4
app.json
4
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": {
|
||||
|
||||
12
package.json
12
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": {
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user