Skip to content

Commit

Permalink
+ usage 👌
Browse files Browse the repository at this point in the history
  • Loading branch information
selmi-karim committed Jun 12, 2018
1 parent fc02d9d commit f295518
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,15 @@ export default class App extends React.Component {
}


const styles = StyleSheet.create({
container: {
flex: 1,
backgroundColor: '#fff',
alignItems: 'center',
justifyContent: 'center',
},
});


```

Expand Down

0 comments on commit f295518

Please sign in to comment.