Skip to content

Commit

Permalink
Navigator: Changed transitioner background color to 'transparent'
Browse files Browse the repository at this point in the history
Summary:
... for setting the transition background color between scenes. For issue facebook#563
Closes facebook#654
Github Author: Josh Levine <josh.levine1@gmail.com>

Test Plan: Imported from GitHub, without a `Test Plan:` line.
  • Loading branch information
jlevine22 authored and oss sync committed Apr 12, 2015
1 parent f4aa4c6 commit 5509ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/CustomComponents/Navigator/Navigator.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ var styles = StyleSheet.create({
},
transitioner: {
flex: 1,
backgroundColor: '#555555',
backgroundColor: 'transparent',
overflow: 'hidden',
}
});
Expand Down

0 comments on commit 5509ee4

Please sign in to comment.