Skip to content

Commit

Permalink
Improve UI and add gif
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibault Lenclos committed Jul 22, 2016
1 parent 96f2bd2 commit f5a8f58
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
- Shoutcast/Icy meta data support
- Simple UI player component

![Demo iOS](https://raw.githubusercontent.com/tlenclos/react-native-audio-streaming/master/demo_ios.gif)

## Getting started

`$ npm install react-native-react-native-android-streaming --save`
Expand Down
Binary file added demo_ios.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const styles = StyleSheet.create({
paddingLeft: 10,
paddingRight: 10,
borderColor: '#000033',
borderWidth: 1,
borderTopWidth: 1,
},
icon: {
color: '#000',
Expand All @@ -125,7 +125,7 @@ const styles = StyleSheet.create({
width: iconSize,
height: iconSize,
textAlign: 'center',
paddingTop: 8
paddingTop: 10
},
textContainer: {
flexDirection: 'column',
Expand Down

0 comments on commit f5a8f58

Please sign in to comment.