Skip to content

Commit

Permalink
release: v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
artyorsh committed Feb 10, 2020
1 parent 9f73d1a commit 6f8afae
Show file tree
Hide file tree
Showing 5 changed files with 90 additions and 122 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
## 2.4.0 (2020-02-10)

### :rocket: Features

* Upgrade UI Kitten to [v4.4.0](https://github.com/akveo/react-native-ui-kitten/issues/517#issuecomment-584100452)
* Eva material compatibility ([9f73d1a](https://github.com/akveo/kittenTricks/commit/9f73d1a))
* Upgrade React Navigation to v5
* Make runnable in both React Native and Expo environments



## <small>2.4.0-beta.3 (2020-01-22)<small>

### :rocket: Features
Expand Down
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Expand Up @@ -277,7 +277,7 @@ DEPENDENCIES:
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
https://github.com/CocoaPods/Specs.git:
- boost-for-react-native

EXTERNAL SOURCES:
Expand Down Expand Up @@ -389,4 +389,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 283d79fe9f997cb2e4e5c3b30b4cfe5de474678b

COCOAPODS: 1.7.5
COCOAPODS: 1.8.4
13 changes: 7 additions & 6 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "kitten-tricks",
"description": "UI Kitten Demo Application",
"version": "2.4.0-beta.3",
"version": "2.4.0",
"private": true,
"license": "MIT",
"author": "akveo <contact@akveo.com>",
Expand Down Expand Up @@ -30,17 +30,18 @@
"postinstall": "jetify"
},
"dependencies": {
"@eva-design/eva": "^1.3.2",
"@eva-design/eva": "^1.4.0",
"@eva-design/material": "^1.4.0",
"@react-native-community/masked-view": "^0.1.5",
"@react-navigation/bottom-tabs": "^5.0.0",
"@react-navigation/drawer": "^5.0.0",
"@react-navigation/material-top-tabs": "^5.0.0",
"@react-navigation/native": "^5.0.0",
"@react-navigation/stack": "^5.0.0",
"@ui-kitten/components": "^4.4.0-beta.3",
"@ui-kitten/date-fns": "^4.4.0-beta.3",
"@ui-kitten/eva-icons": "^4.4.0-beta.3",
"@ui-kitten/moment": "^4.4.0-beta.3",
"@ui-kitten/components": "^4.4.0",
"@ui-kitten/date-fns": "^4.4.0",
"@ui-kitten/eva-icons": "^4.4.0",
"@ui-kitten/moment": "^4.4.0",
"date-fns": "^1.30.1",
"expo": "^36.0.2",
"expo-constants": "^8.0.0",
Expand Down
13 changes: 1 addition & 12 deletions tsconfig.json
Expand Up @@ -17,18 +17,7 @@
"skipLibCheck": true,
"typeRoots": [
"./node_modules/@types"
],
"paths": {
"@eva-design/*": [
"../eva/packages/*"
],
"@ui-kitten/*": [
"../react-native-ui-kitten/src/*"
],
"@kitten/*": [
"../react-native-ui-kitten/src/components/*"
]
}
]
},
"exclude": [
"./node_modules",
Expand Down

0 comments on commit 6f8afae

Please sign in to comment.