Skip to content

Commit

Permalink
Regenerated JS bundle to include Text Label. Adding Text require.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikschlegel committed Jan 5, 2016
1 parent c417ba4 commit 0a7455a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion windows-packager/index.ios.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

var React = require('react-native');
var {AppRegistry, View} = React;
var {AppRegistry, View, Text} = React;

var ReactRoot = React.createClass({
render: function() {
Expand Down
4 changes: 2 additions & 2 deletions windows-packager/main.dev.jsbundle
Original file line number Diff line number Diff line change
Expand Up @@ -1188,7 +1188,7 @@ typeof global!=='undefined'?global:typeof self!=='undefined'?self:this);
__d('react-xaml-wpf/index.ios.js',function(global, require, module, exports) { 'use strict';

var React=require('react-native/Libraries/react-native/react-native.js');var
AppRegistry=React.AppRegistry;var View=React.View;
AppRegistry=React.AppRegistry;var View=React.View;var Text=React.Text;

var ReactRoot=React.createClass({displayName:'ReactRoot',
render:function(){
Expand Down Expand Up @@ -57328,4 +57328,4 @@ module.exports=findDOMNode;
});
;require("InitializeJavaScriptAppEngine");
;require("react-xaml-wpf/index.ios.js");
__SSTOKENSTRING = "@generated SignedSource<<06ac9dc59c5e7e5710ab05c8c2190702>>";
__SSTOKENSTRING = "@generated SignedSource<<d545c00c0e8f6b3ae9b0c55ce3164c44>>";

0 comments on commit 0a7455a

Please sign in to comment.