Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pavjacko committed Mar 5, 2019
1 parent 74b7567 commit cb85737
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</th><th>
<img src="https://github.com/pavjacko/react-native-vanilla/blob/master/docs/rnv_androidwear.gif?raw=true" width="150" height="150" />
</th><th>
<img src="https://github.com/pavjacko/react-native-vanilla/blob/feat/kaios/docs/rnv_kaios.gif?raw=true" />
<img src="https://github.com/pavjacko/react-native-vanilla/blob/master/docs/rnv_kaios.gif?raw=true" />
</th>
</tr>
</table>
Expand All @@ -60,7 +60,7 @@
[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/pavjacko/react-native-vanilla/pulls)

> The most fundamental multi-platform project template based on [react native](https://facebook.github.io/react-native/). Includes latest `iOS`, `tvOS`, `Android`, `Android TV`, `Web`, `Tizen TV`, `Tizen Watch`, `LG webOS`, `macOS/OSX` and `Windows` platforms
> The most fundamental multi-platform project template based on [react native](https://facebook.github.io/react-native/). Includes latest `iOS`, `tvOS`, `Android`, `Android TV`, `Web`, `Tizen TV`, `Tizen Watch`, `LG webOS`, `macOS/OSX`, `Windows` and `KaiOS` platforms
- Ideal starting point for advanced multi-platform projects.
- Uses latest vanilla native project templates including Xcode with Swift and Android with Kotlin support
Expand Down Expand Up @@ -975,7 +975,7 @@ npx rnv run -p androidwear --info

---

<img src="https://github.com/pavjacko/react-native-vanilla/blob/feat/kaios/docs/ic_kaios.png?raw=true" width=140 height=50 />
<img src="https://github.com/pavjacko/react-native-vanilla/blob/master/docs/ic_kaios.png?raw=true" width=140 height=50 />

## KaiOS

Expand All @@ -996,7 +996,7 @@ After installation you can launch it via Applications:
<table>
<tr>
<th>
<img src="https://github.com/pavjacko/react-native-vanilla/blob/feat/kaios/docs/kaios1.png?raw=true" />
<img src="https://github.com/pavjacko/react-native-vanilla/blob/master/docs/kaios1.png?raw=true" />
</th>
</tr>
</table>
Expand Down
Binary file modified docs/rnv_android.gif
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/rnv_ios.gif
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@
"webos",
"windows",
"desktop",
"tizen watch"
"tizen watch",
"kaios"
],
"license": "MIT",
"private": false,
"description": "🚀🚀🚀 Build universal cross-platform apps with React Native. Includes latest `iOS`, `tvOS`, `Android`, `Android TV`, `Android Wear`, `Web`, `Tizen TV`, `Tizen Watch`, `LG webOS`, `macOS/OSX` and `Windows` platforms",
"description": "🚀🚀🚀 Build universal cross-platform apps with React Native. Includes latest `iOS`, `tvOS`, `Android`, `Android TV`, `Android Wear`, `Web`, `Tizen TV`, `Tizen Watch`, `LG webOS`, `macOS/OSX`, `Windows` and `KaiOS` platforms",
"author": {
"name": "Pavel Jacko",
"email": "[email protected]",
Expand Down

0 comments on commit cb85737

Please sign in to comment.