正在显示
1 个修改的文件
包含
0 行增加
和
2 行删除
| @@ -11,7 +11,6 @@ import { | @@ -11,7 +11,6 @@ import { | ||
| 11 | } from 'react-native'; | 11 | } from 'react-native'; |
| 12 | import PropTypes from 'prop-types' | 12 | import PropTypes from 'prop-types' |
| 13 | import MJScrollView from './MJScrollView' | 13 | import MJScrollView from './MJScrollView' |
| 14 | -import MJListView from './MJListView' | ||
| 15 | import MJFlatlist from './MJFlatList' | 14 | import MJFlatlist from './MJFlatList' |
| 16 | const ViewPropTypes = RNViewPropTypes || View.propTypes; | 15 | const ViewPropTypes = RNViewPropTypes || View.propTypes; |
| 17 | const UnimplementedView = require('react-native/Libraries/Components/UnimplementedViews/UnimplementedView') | 16 | const UnimplementedView = require('react-native/Libraries/Components/UnimplementedViews/UnimplementedView') |
| @@ -79,6 +78,5 @@ MJRefresh.propTypes={ | @@ -79,6 +78,5 @@ MJRefresh.propTypes={ | ||
| 79 | ...ViewPropTypes | 78 | ...ViewPropTypes |
| 80 | } | 79 | } |
| 81 | export const ScrollView = MJScrollView; | 80 | export const ScrollView = MJScrollView; |
| 82 | -export const ListView = MJListView; | ||
| 83 | export const FlatList = MJFlatlist; | 81 | export const FlatList = MJFlatlist; |
| 84 | export default MJRefresh; | 82 | export default MJRefresh; |
-
请 注册 或 登录 后发表评论