-
Notifications
You must be signed in to change notification settings - Fork 959
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Artur Yorsh
committed
Oct 31, 2018
1 parent
7b45ad7
commit 2f8df0f
Showing
7 changed files
with
40 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export const description = '@rk-kit/theme'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"name": "@rk-kit/theme", | ||
"version": "0.0.1", | ||
"description": "rk-kit theme providing module", | ||
"main": "index.ts", | ||
"repository": "git+https://github.com/akveo/react-native-ui-kitten.git", | ||
"author": "akveo <contact@akveo.com>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/akveo/react-native-ui-kitten/issues" | ||
}, | ||
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export {Sample} from './sample/sample.component'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "@rk-kit/ui", | ||
"version": "0.0.1", | ||
"description": "rk-kit ui components", | ||
"repository": "git+https://github.com/akveo/react-native-ui-kitten.git", | ||
"author": "akveo <contact@akveo.com>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/akveo/react-native-ui-kitten/issues" | ||
}, | ||
"homepage": "https://github.com/akveo/react-native-ui-kitten#readme", | ||
"peerDependencies": { | ||
"@rk-kit/theme": "file:../theme" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters