Add transparent backgroundColor to Text in README example

This commit is contained in:
Dmitry Gladkov 2016-05-06 17:48:26 +03:00
parent 91de6c7ea3
commit 3b9759c8cb

View File

@ -118,6 +118,7 @@ var styles = StyleSheet.create({
textAlign: 'center',
margin: 10,
color: '#ffffff',
backgroundColor: 'transparent',
},
});
```