Skip to content

Commit

Permalink
Merge branch 'master' into fix/select
Browse files Browse the repository at this point in the history
  • Loading branch information
32penkin committed Oct 17, 2019
2 parents 5f0e25d + d03af5f commit 2f6b563
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ And the most awesome thing: the themes can be changed in the runtime, with no ne

## What's included

- **20+ general-purpose components** designed and tested to save your time.
- **25+ general-purpose components** designed and tested to save your time.

- **Comprehensive clear documentation** with the tons of examples.

- **Theming System.** Use Light and modern Dark themes and create your own.
- **Theming System -** Use Light and modern Dark themes and create your own.

- **Eva Design System Support.** Construct an interface using basic components following Eva specifications and it will always have a stunning design.
- **SVG Eva Icons support -** 480+ general purpose icons

- **Eva Design System Support -** Construct an interface using basic components following Eva specifications and it will always have a stunning design.

## Starter App

Expand All @@ -40,6 +42,12 @@ npx react-native init MyApp --template react-native-template-ui-kitten
This will setup a new React Native application configured with UI Kitten.
Refer to the [Documentation][link:doc-where-start] for more options to start.

## Mobile backend Bundles

Easy way to integrate UI Kitten with backend ([Java][link:ui-kitten-bundle-java], [.NET Core][link:ui-kitten-bundle-dotnet-core]).

[<img src="https://i.imgur.com/oSaGaCv.jpg">][link:ui-kitten-bundles]

## How can I support the developers?
- Star our GitHub repo :star:
- Create pull requests, submit bugs, suggest new features or documentation updates :wrench:
Expand Down Expand Up @@ -72,3 +80,6 @@ We're always happy to receive your feedback!
[link:akveo-medium]: https://medium.com/akveo-engineering
[link:akveo-twitter]: https://twitter.com/akveo_inc
[link:akveo-facebook]: https://www.facebook.com/akveo
[link:ui-kitten-bundles]: https://bit.ly/2MjefPY
[link:ui-kitten-bundle-java]: http://bit.ly/2MYmOPp
[link:ui-kitten-bundle-dotnet-core]: http://bit.ly/31gIBqp
1 change: 1 addition & 0 deletions docs/src/articles/getting-started/what-is-ui-kitten.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ UI Kitten is a customizable React Native UI Library based on <a href="https://ev
- UI Kitten date-fns `@ui-kitten/date-fns`
- Modules allowing UI Kitten components to work with dates with help most popular date libraries.
- Demo App <a href="https://github.com/akveo/kittenTricks" target="_blank">Kitten Tricks</a> - React Native application based on UI Kitten modules.
- <a href="https://bit.ly/2IXkl6n">Backend Bundles</a> - backend starter kits connected to UI Kitten layouts.
<hr>

## Assumptions
Expand Down

0 comments on commit 2f6b563

Please sign in to comment.