mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-01-31 09:08:48 +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"
|
||||
barTintColor="#183E63"
|
||||
titleTextColor="#FFFFFF"
|
||||
translucent="true"
|
||||
translucent={true}
|
||||
/>
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user