UNPKG

antd-mobile

Version:

基于 React 的移动设计规范实现

30 lines (24 loc) 890 B
import _classCallCheck from 'babel-runtime/helpers/classCallCheck'; import _createClass from 'babel-runtime/helpers/createClass'; import _possibleConstructorReturn from 'babel-runtime/helpers/possibleConstructorReturn'; import _inherits from 'babel-runtime/helpers/inherits'; import React, { Component } from 'react'; var NavBar = function (_Component) { _inherits(NavBar, _Component); function NavBar() { _classCallCheck(this, NavBar); return _possibleConstructorReturn(this, (NavBar.__proto__ || Object.getPrototypeOf(NavBar)).apply(this, arguments)); } _createClass(NavBar, [{ key: 'render', value: function render() { return React.createElement( 'div', null, 'TODO for react-native' ); } }]); return NavBar; }(Component); export default NavBar;