Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Node
uses: actions/setup-node@v3
uses: actions/setup-node@v6
with:
node-version: '14'
node-version: '20'
cache: 'yarn'

- name: Install
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/publish-kitten-tricks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,30 @@ jobs:
publish:
name: Install and publish
runs-on: ubuntu-latest
if: github.event.pull_request.head.repo.full_name == 'akveo/react-native-ui-kitten'
if: github.event.pull_request.head.repo.full_name == 'ui-cat/react-native-ui-cat'
steps:
- name: Checkout UI Kitten
uses: actions/checkout@v2
uses: actions/checkout@v5

- name: Setup node version 14
uses: actions/setup-node@v2
- name: Setup node version 20
uses: actions/setup-node@v6
with:
node-version: 14.x
node-version: 20

- name: Exclude unused modules
run: rm -rf docs src/showcases src/template-js src/template-ts

- name: Checkout Eva
uses: actions/checkout@v2
uses: actions/checkout@v5
with:
repository: eva-design/eva
repository: ui-cat/eva
ref: next
path: ./packages-ci/eva

- name: Checkout Kitten Tricks
uses: actions/checkout@v2
uses: actions/checkout@v5
with:
repository: akveo/kittenTricks
repository: ui-cat/kittenTricks
ref: next
path: ./packages-ci/kittenTricks

Expand Down
3 changes: 2 additions & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
The MIT License (MIT)

Copyright (c) 2025 sulu.io
Copyright (c) 2016 akveo.com

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand All @@ -18,4 +19,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# UI Cat a Fork of UI Kitten

Fork of [https://github.com/akveo/react-native-ui-kitten](https://github.com/akveo/react-native-ui-kitten).
Fork of [https://github.com/ui-cat/react-native-ui-cat](https://github.com/ui-cat/react-native-ui-cat).
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"private": true,
"license": "MIT",
"author": "akveo <contact@akveo.com>",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
"repository": "git+https://github.com/akveo/react-native-ui-kitten.git",
"homepage": "https://github.com/ui-cat/react-native-ui-cat#readme",
"repository": "git+https://github.com/ui-cat/react-native-ui-cat.git",
"bugs": {
"url": "https://github.com/akveo/react-native-ui-kitten/issues"
"url": "https://github.com/ui-cat/react-native-ui-cat/issues"
},
"workspaces": {
"packages": [
Expand Down
8 changes: 4 additions & 4 deletions src/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"version": "5.3.1",
"author": "akveo <contact@akveo.com>",
"license": "MIT",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
"homepage": "https://github.com/ui-cat/react-native-ui-cat#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/akveo/react-native-ui-kitten.git"
"url": "git+https://github.com/ui-cat/react-native-ui-cat.git"
},
"bugs": {
"url": "https://github.com/akveo/react-native-ui-kitten/issues"
"url": "https://github.com/ui-cat/react-native-ui-cat/issues"
},
"keywords": [
"react-native",
Expand All @@ -30,4 +30,4 @@
"peerDependencies": {
"react-native-svg": "*"
}
}
}
8 changes: 4 additions & 4 deletions src/date-fns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"version": "5.3.1",
"author": "akveo <contact@akveo.com>",
"license": "MIT",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
"homepage": "https://github.com/ui-cat/react-native-ui-cat#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/akveo/react-native-ui-kitten.git"
"url": "git+https://github.com/ui-cat/react-native-ui-cat.git"
},
"bugs": {
"url": "https://github.com/akveo/react-native-ui-kitten/issues"
"url": "https://github.com/ui-cat/react-native-ui-cat/issues"
},
"keywords": [
"react-native",
Expand All @@ -28,4 +28,4 @@
"date-fns": "^1.30.1"
},
"sideEffects": false
}
}
8 changes: 4 additions & 4 deletions src/eva-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"version": "5.3.1",
"author": "akveo <contact@akveo.com>",
"license": "MIT",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
"homepage": "https://github.com/ui-cat/react-native-ui-cat#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/akveo/react-native-ui-kitten.git"
"url": "git+https://github.com/ui-cat/react-native-ui-cat.git"
},
"bugs": {
"url": "https://github.com/akveo/react-native-ui-kitten/issues"
"url": "https://github.com/ui-cat/react-native-ui-cat/issues"
},
"keywords": [
"react-native",
Expand All @@ -28,4 +28,4 @@
"react-native-svg": "*"
},
"sideEffects": false
}
}
8 changes: 4 additions & 4 deletions src/metro-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"version": "5.3.1",
"author": "akveo <contact@akveo.com>",
"license": "MIT",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
"homepage": "https://github.com/ui-cat/react-native-ui-cat#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/akveo/react-native-ui-kitten.git"
"url": "git+https://github.com/ui-cat/react-native-ui-cat.git"
},
"bugs": {
"url": "https://github.com/akveo/react-native-ui-kitten/issues"
"url": "https://github.com/ui-cat/react-native-ui-cat/issues"
},
"publishConfig": {
"access": "public"
Expand All @@ -29,4 +29,4 @@
"peerDependencies": {
"metro-config": "*"
}
}
}
8 changes: 4 additions & 4 deletions src/moment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"version": "5.3.1",
"author": "akveo <contact@akveo.com>",
"license": "MIT",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
"homepage": "https://github.com/ui-cat/react-native-ui-cat#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/akveo/react-native-ui-kitten.git"
"url": "git+https://github.com/ui-cat/react-native-ui-cat.git"
},
"bugs": {
"url": "https://github.com/akveo/react-native-ui-kitten/issues"
"url": "https://github.com/ui-cat/react-native-ui-cat/issues"
},
"keywords": [
"react-native",
Expand All @@ -28,4 +28,4 @@
"moment": "^2.24.0"
},
"sideEffects": false
}
}
6 changes: 3 additions & 3 deletions src/template-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"version": "5.3.1",
"author": "akveo <contact@akveo.com>",
"license": "MIT",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
"homepage": "https://github.com/ui-cat/react-native-ui-cat#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/akveo/react-native-ui-kitten.git"
"url": "git+https://github.com/ui-cat/react-native-ui-cat.git"
},
"keywords": [
"react-native",
Expand All @@ -22,4 +22,4 @@
"publishConfig": {
"access": "public"
}
}
}
2 changes: 1 addition & 1 deletion src/template-js/template/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* https://github.com/facebook/react-native
*
* Generated with the UI Kitten template
* https://github.com/akveo/react-native-ui-kitten
* https://github.com/ui-cat/react-native-ui-cat
*
* Documentation: https://akveo.github.io/react-native-ui-kitten/docs
*
Expand Down
6 changes: 3 additions & 3 deletions src/template-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"version": "5.3.1",
"author": "akveo <contact@akveo.com>",
"license": "MIT",
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme",
"homepage": "https://github.com/ui-cat/react-native-ui-cat#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/akveo/react-native-ui-kitten.git"
"url": "git+https://github.com/ui-cat/react-native-ui-cat.git"
},
"keywords": [
"react-native",
Expand All @@ -22,4 +22,4 @@
"publishConfig": {
"access": "public"
}
}
}
2 changes: 1 addition & 1 deletion src/template-ts/template/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* https://github.com/facebook/react-native
*
* Generated with the UI Kitten TypeScript template
* https://github.com/akveo/react-native-ui-kitten
* https://github.com/ui-cat/react-native-ui-cat
*
* Documentation: https://akveo.github.io/react-native-ui-kitten/docs
*
Expand Down
Loading