diff --git a/README.md b/README.md index 401def5..87e10e0 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ export default class App extends Component { ); @@ -44,6 +44,10 @@ const styles = StyleSheet.create({ justifyContent: 'center', backgroundColor: 'white', }, + picker: { + width: 300, + height: 170, + }, }) ```