瑞雪年

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: :: 订阅 订阅 :: 管理 ::
var React = require('react-native');
var { TabBarIOS, NavigatorIOS } = React;

var App = React.createClass({
  render: function() {
    return (
      <TabBarIOS>
        <TabBarIOS.Item title="React Native" selected={true}>
          <NavigatorIOS initialRoute={{ title: 'React Native' }} />
        </TabBarIOS.Item>
      </TabBarIOS>
    );
  },
});

  看着这奇怪的写法,顿时无爱了。

整体思路和NativeScript基本一致,封装javascript引擎,提供组件api.

相比这下,还是感觉NativeScript做得更“专业”一些。

 http://facebook.github.io/react-native/

posted on 2015-03-27 21:30  瑞雪年  阅读(454)  评论(0编辑  收藏  举报