Navigator: Changed transitioner background color to 'transparent'
Summary: ... for setting the transition background color between scenes. For issue #563 Closes https://github.com/facebook/react-native/pull/654 Github Author: Josh Levine <josh.levine1@gmail.com> Test Plan: Imported from GitHub, without a `Test Plan:` line.
This commit is contained in:
parent
7a8d39e09c
commit
be46ccf4c4
|
@ -88,7 +88,7 @@ var styles = StyleSheet.create({
|
||||||
},
|
},
|
||||||
transitioner: {
|
transitioner: {
|
||||||
flex: 1,
|
flex: 1,
|
||||||
backgroundColor: '#555555',
|
backgroundColor: 'transparent',
|
||||||
overflow: 'hidden',
|
overflow: 'hidden',
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue