Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MrToph committed May 14, 2017
1 parent 8fe69f2 commit a89933c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@ import CountdownCircle from 'react-native-countdown-circle'
render() {
return (
<CountdownCircle
seconds={4}
seconds={10}
radius={30}
borderWidth={4}
color="#00f"
onTimeElapsed={() => console.log('Elapsed, time to f')}
borderWidth={8}
color="#ff003f"
bgColor="#fff"
textStyle={{ fontSize: 20 }}
onTimeElapsed={() => console.log('Elapsed!')}
/>
)
}
Expand Down
Binary file modified README/featured.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a89933c

Please sign in to comment.