Managed assets support for RCTConvert

Reviewed By: @nicklockwood

Differential Revision: D2443130
This commit is contained in:
Alex Kotliarskyi
2015-09-28 12:22:26 -07:00
committed by facebook-github-bot-4
parent e15035f30b
commit f07dd70051
6 changed files with 18 additions and 2 deletions

View File

@@ -79,7 +79,8 @@ var TabBarExample = React.createClass({
{this._renderContent('#783E33', 'Red Tab', this.state.notifCount)}
</TabBarIOS.Item>
<TabBarIOS.Item
systemIcon="more"
icon={require('./flux.png')}
title="More"
selected={this.state.selectedTab === 'greenTab'}
onPress={() => {
this.setState({

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB