mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-23 11:57:46 +08:00
[ReactNative] Fix UIExplorer tests
Summary: @public Update RootView load check due to the updates to RCTText and the snapshot reference images due to the updates to rendering Test Plan: Run the UIExplorer tests
This commit is contained in:
@@ -50,7 +50,7 @@ var TabBarExample = React.createClass({
|
||||
return (
|
||||
<TabBarIOS
|
||||
tintColor="black"
|
||||
barTintColor="#3abeff'">
|
||||
barTintColor="#3abeff">
|
||||
<TabBarIOS.Item
|
||||
title="Blue Tab"
|
||||
selected={this.state.selectedTab === 'blueTab'}
|
||||
|
||||
Reference in New Issue
Block a user