Skip to content

Commit

Permalink
Merge pull request #342 from shoutem/release/v0.22.1
Browse files Browse the repository at this point in the history
Release v0.22.1
  • Loading branch information
Vladimir-Vdovic authored Dec 18, 2017
2 parents 298d602 + ab0857d commit a94b197
Show file tree
Hide file tree
Showing 14 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Shoutem UI is a set of styleable components that enables you to build beautiful

```
$ npm install --save @shoutem/ui
$ react-native link # No need to run this with Expo
$ react-native link # No need to run this with Create React Native App / Expo
```

## Docs
Expand All @@ -27,7 +27,7 @@ To see how Shoutem UI works, you can:
### Examples component

**If you are using Expo, see [this
project](https://github.com/exponentjs/shoutem-example/blob/master/main.js)
project](https://github.com/shoutem/ui/blob/develop/examples/create-react-native-app/App.js)
for example usage. Otherwise, follow the steps below.**

Create new React Native project and locate to it:
Expand Down
4 changes: 2 additions & 2 deletions examples/components/Videos.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export function Videos() {
<View styleName="vertical collapsed">
<Stage title={"YouTube video"}>
<Video
source={{uri: "https://www.youtube.com/embed/GCSeAiScMfg"}}
source={{uri: "https://www.youtube.com/embed/2zuisMXzyaI"}}
width={320}
height={180}
/>
Expand All @@ -25,7 +25,7 @@ export function Videos() {
</Stage>
<Stage title={"Stream video"}>
<Video
source={{uri: "https://archive.org/download/WebmVp8Vorbis/webmvp8_512kb.mp4"}}
source={{uri: "https://archive.org/download/Sintel/sintel-2048-stereo_512kb.mp4"}}
width={320}
height={180}
/>
Expand Down
2 changes: 1 addition & 1 deletion examples/create-react-native-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@shoutem/ui": "0.22.0",
"expo": "^23.0.4",
"react": "16.0.0",
"react-native": "0.50.3",
"react-native": "0.50.3"
}
}
Binary file modified fonts/Rubik-Black.ttf
Binary file not shown.
Binary file modified fonts/Rubik-BlackItalic.ttf
Binary file not shown.
Binary file modified fonts/Rubik-Bold.ttf
Binary file not shown.
Binary file modified fonts/Rubik-BoldItalic.ttf
Binary file not shown.
Binary file modified fonts/Rubik-Italic.ttf
Binary file not shown.
Binary file modified fonts/Rubik-Light.ttf
Binary file not shown.
Binary file modified fonts/Rubik-LightItalic.ttf
Binary file not shown.
Binary file modified fonts/Rubik-Medium.ttf
Binary file not shown.
Binary file modified fonts/Rubik-MediumItalic.ttf
Binary file not shown.
Binary file modified fonts/Rubik-Regular.ttf
Binary file not shown.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shoutem/ui",
"version": "0.22.0",
"version": "0.22.1",
"description": "Styleable set of components for React Native applications",
"dependencies": {
"@shoutem/animation": "~0.12.0",
Expand Down Expand Up @@ -82,6 +82,10 @@
"email": "[email protected]",
"name": "Vunovati"
},
{
"email": "[email protected]",
"name": "Vladimir-Vdovic"
},
{
"email": "[email protected]",
"name": "zrumenjak"
Expand Down

0 comments on commit a94b197

Please sign in to comment.