mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-17 12:19:12 +08:00
unselectedItemTintColor property available since iOS10
Summary: **motivation:** make possible to use new tab bar property.  It is not working for previous versions but not failing. https://developer.apple.com/reference/uikit/uitabbar/1648949-unselecteditemtintcolor Closes https://github.com/facebook/react-native/pull/10241 Differential Revision: D4168046 Pulled By: mmmulani fbshipit-source-id: aa0c9b36cbdbc50a9a60bbbc658355c3066ba1a5
This commit is contained in:
committed by
Facebook Github Bot
parent
188093ae29
commit
837814240b
Binary file not shown.
|
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 78 KiB |
@@ -58,6 +58,7 @@ class TabBarExample extends React.Component {
|
||||
<TabBarIOS
|
||||
unselectedTintColor="yellow"
|
||||
tintColor="white"
|
||||
unselectedItemTintColor="red"
|
||||
barTintColor="darkslateblue">
|
||||
<TabBarIOS.Item
|
||||
title="Blue Tab"
|
||||
|
||||
Reference in New Issue
Block a user