Skip to content

Commit

Permalink
correction bug "MUST be an object" sur le drawerStyles (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
petersg83 authored and rt2zz committed Jul 13, 2016
1 parent 67af43b commit f31603c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -69,10 +69,10 @@ class Application extends Component {
<Main />
</Drawer>

const drawerStyles = StyleSheet.create({
const drawerStyles = {
drawer: { shadowColor: '#000000', shadowOpacity: 0.8, shadowRadius: 3},
main: {paddingLeft: 3},
})
}
```

### Props
Expand Down

0 comments on commit f31603c

Please sign in to comment.