Fix one warning

Summary: translucent is a boolean not a stringCloses https://github.com/facebook/react-native/pull/3134

Reviewed By: @​svcscm

Differential Revision: D2495517

Pulled By: @frantic
This commit is contained in:
Quentin Valmori 2015-09-30 17:17:43 -07:00 committed by facebook-github-bot-5
parent 6068c07e98
commit 4bb58e59f7
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ var NavigatorIOSColors = React.createClass({
tintColor="#FFFFFF"
barTintColor="#183E63"
titleTextColor="#FFFFFF"
translucent="true"
translucent={true}
/>
);
},