Skip to content

Commit 4bb58e5

Browse files
Crash--facebook-github-bot-5
authored andcommitted
Fix one warning
Summary: translucent is a boolean not a stringCloses facebook#3134 Reviewed By: @​svcscm Differential Revision: D2495517 Pulled By: @frantic
1 parent 6068c07 commit 4bb58e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/UIExplorer/NavigatorIOSColorsExample.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ var NavigatorIOSColors = React.createClass({
6666
tintColor="#FFFFFF"
6767
barTintColor="#183E63"
6868
titleTextColor="#FFFFFF"
69-
translucent="true"
69+
translucent={true}
7070
/>
7171
);
7272
},

0 commit comments

Comments
 (0)