Skip to content

Commit f295518

Browse files
committed
+ usage 👌
1 parent fc02d9d commit f295518

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,15 @@ export default class App extends React.Component {
5656
}
5757

5858

59+
const styles = StyleSheet.create({
60+
container: {
61+
flex: 1,
62+
backgroundColor: '#fff',
63+
alignItems: 'center',
64+
justifyContent: 'center',
65+
},
66+
});
67+
5968

6069
```
6170

0 commit comments

Comments
 (0)