diff --git a/Libraries/CustomComponents/Navigator/Navigator.js b/Libraries/CustomComponents/Navigator/Navigator.js index e38cbc1b903971..220440cd18a845 100644 --- a/Libraries/CustomComponents/Navigator/Navigator.js +++ b/Libraries/CustomComponents/Navigator/Navigator.js @@ -88,7 +88,7 @@ var styles = StyleSheet.create({ }, transitioner: { flex: 1, - backgroundColor: '#555555', + backgroundColor: 'transparent', overflow: 'hidden', } });