[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:
Tadeu Zagallo
2015-05-28 00:53:13 -01:00
parent 380ba2aab4
commit 17e9cd6297
7 changed files with 3 additions and 6 deletions

View File

@@ -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'}