fix(styles): Removes hard-coded container white backgroundColor (#478)

Fixes #475

#472 added a `backgroundColor` of `white` to the `container` style which broke the ability to set a `transparent` background color on the `WebView` component. This simply removes that unnecessary style.
This commit is contained in:
Max Schmeling
2019-04-04 19:44:01 +02:00
committed by Thibault Malbranche
parent 934199d2d5
commit 5ec74ea9bb
-1
View File
@@ -15,7 +15,6 @@ const styles = StyleSheet.create<Styles>({
container: {
flex: 1,
overflow: 'hidden',
backgroundColor: 'white',
},
errorContainer: {
flex: 1,