mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-28 20:25:33 +08:00
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:
committed by
facebook-github-bot-5
parent
6068c07e98
commit
4bb58e59f7
@@ -66,7 +66,7 @@ var NavigatorIOSColors = React.createClass({
|
|||||||
tintColor="#FFFFFF"
|
tintColor="#FFFFFF"
|
||||||
barTintColor="#183E63"
|
barTintColor="#183E63"
|
||||||
titleTextColor="#FFFFFF"
|
titleTextColor="#FFFFFF"
|
||||||
translucent="true"
|
translucent={true}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user