Skip to content

Commit

Permalink
Merge pull request #36 from creativetimofficial/v1.7.1
Browse files Browse the repository at this point in the history
v1.7.1
  • Loading branch information
hetmann authored Jul 15, 2021
2 parents bc98d57 + 2eaac26 commit f6d9a78
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 13 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [1.7.1] 2021 - 07 - 15
### Updated dependencies
- updated `[email protected]` to `[email protected]`
- updated `[email protected]` to `[email protected]`
- updated `[email protected]` to `[email protected]`
- updated `[email protected]` to `[email protected]`
- updated `[email protected]` to `[email protected]`
- updated `[email protected]` to `[email protected]`
- updated `[email protected]` to `[email protected]`
- updated `[email protected]` to `[email protected]`
- updated `[email protected]` to `[email protected]`

### Updated files
- removed deprecated `useSafeArea` from `navigation/Menu.js`

## [1.7.0] 2020 - 11 - 04
### Updated dependencies
- updated `@react-navigation/[email protected]` to `@react-navigation/[email protected]`
Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"ios",
"android"
],
"version": "1.7.0",
"version": "1.7.1",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
Expand Down
2 changes: 0 additions & 2 deletions navigation/Menu.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from "react";
import { useSafeArea } from "react-native-safe-area-context";
import {
ScrollView,
StyleSheet,
Expand All @@ -11,7 +10,6 @@ import Images from "../constants/Images";
import { DrawerItem as DrawerCustomItem } from '../components';

function CustomDrawerContent({ drawerPosition, navigation, profile, focused, state, ...rest }) {
const insets = useSafeArea();
const screens = [
"Home",
"Profile",
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "argon-react-native",
"version": "1.7.0",
"version": "1.7.1",
"description": "Argon React Native, based on Argon Design System. Coded by Creative Tim",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
Expand All @@ -21,19 +21,19 @@
"@react-navigation/native": "5.9.3",
"@react-navigation/stack": "5.14.3",
"@use-expo/font": "^2.0.0",
"expo": "^40.0.0",
"expo": "^42.0.0",
"expo-app-loading": "^1.0.1",
"expo-asset": "~8.2.1",
"expo-font": "~8.4.0",
"galio-framework": "^0.7.1",
"expo-asset": "~8.3.2",
"expo-font": "~9.2.1",
"galio-framework": "^0.8.0",
"prop-types": "^15.7.2",
"react": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
"react-native-gesture-handler": "~1.8.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
"react-native-gesture-handler": "~1.10.2",
"react-native-modal-dropdown": "git+https://github.com/siemiatj/react-native-modal-dropdown.git",
"react-native-reanimated": "~1.13.0",
"react-native-safe-area-context": "3.1.9",
"react-native-screens": "~2.15.2"
"react-native-reanimated": "~2.2.0",
"react-native-safe-area-context": "3.2.0",
"react-native-screens": "~3.4.0"
},
"devDependencies": {
"babel-preset-expo": "8.3.0"
Expand Down

0 comments on commit f6d9a78

Please sign in to comment.