Skip to content

Commit

Permalink
Merge pull request #7 from creativetimofficial/v1.3.0
Browse files Browse the repository at this point in the history
V1.3.0
  • Loading branch information
palingheorghe authored Sep 19, 2019
2 parents 77d4218 + e6b563a commit bf13965
Show file tree
Hide file tree
Showing 7 changed files with 1,641 additions and 1,395 deletions.
5 changes: 3 additions & 2 deletions App.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
=========================================================
* Material Kit React Native - v1.1.2
* Material Kit React Native - v1.3.0
=========================================================
* Product Page: https://demos.creative-tim.com/material-kit-react-native/
* Copyright 2019 Creative Tim (http://www.creative-tim.com)
Expand All @@ -13,7 +13,8 @@

import React from 'react';
import { Platform, StatusBar, 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 AppContainer from './navigation/Screens';
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [1.3.0] 2019 - 09 - 19
### Updated dependencies
- `[email protected]` to `[email protected]`
- `[email protected]` to `[email protected]`
- `[email protected]` to `[email protected]`
- `[email protected]` to `[email protected]`
- `react-native [email protected]` to `react-native [email protected]`
- added `[email protected]`
- added `[email protected]`
### Updated files
- updated `Header.js` because of galio's new version
- updated `App.js` because of `expo-asset`

## [1.2.0] 2019 - 06 - 19
### Updated dependencies
- `[email protected]` to `[email protected]`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# [Material Kit React Native](https://creativetimofficial.github.io/material-kit-react-native/docs/#) [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](https://twitter.com/home?status=Material%20Kit%20React%20Native,%20a%20cool%20Material%20Kit%20React%20Native%20App%20Template%20%E2%9D%A4%EF%B8%8F%20https%3A//bit.ly/2HObENt%20%23reactnative%20%23material%20%23design%20%23developers%20via%20%40CreativeTim)


![version](https://img.shields.io/badge/version-1.1.2-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/material-kit-react-native.svg?style=flat)](https://github.com/creativetimofficial/material-kit-react-native/issues?q=is%3Aopen+is%3Aissue) [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/material-kit-react-native.svg?maxAge=2592000)](https://github.com/creativetimofficial/material-kit-react-native/issues?q=is%3Aissue+is%3Aclosed)
![version](https://img.shields.io/badge/version-1.3.0-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/material-kit-react-native.svg?style=flat)](https://github.com/creativetimofficial/material-kit-react-native/issues?q=is%3Aopen+is%3Aissue) [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/material-kit-react-native.svg?maxAge=2592000)](https://github.com/creativetimofficial/material-kit-react-native/issues?q=is%3Aissue+is%3Aclosed)


![Product Gif](https://raw.githubusercontent.com/creativetimofficial/public-assets/master/material-kit-react-native/opt_mkrn_thumbnail.jpg)
Expand Down
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"description": "React Native - Material Kit Free",
"slug": "rn-material-kit-free",
"privacy": "unlisted",
"sdkVersion": "33.0.0",
"sdkVersion": "34.0.0",
"platforms": ["ios", "android"],
"version": "1.0.1",
"version": "1.3.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"splash": {
Expand Down
3 changes: 2 additions & 1 deletion components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@ class Header extends React.Component {
transparent={transparent}
right={this.renderRight()}
rightStyle={{ alignItems: 'center' }}
leftStyle={{ paddingVertical: 12, flex: 0.3 }}
leftStyle={{ flex: 0.3, paddingTop: 2 }}
leftIconName="navicon"
leftIconColor={white ? theme.COLORS.WHITE : theme.COLORS.ICON}
titleStyle={[
styles.title,
Expand Down
Loading

0 comments on commit bf13965

Please sign in to comment.