0.0.16 • Published 7 years ago

react-native-listview v0.0.16

Weekly downloads
16
License
MIT
Repository
github
Last release
7 years ago

install

npm install --save react-native-listview

App

目前ios版"啊呀share"所使用当前插件

###example

import React,{Component} from 'react';
import {View,Text,StyleSheet,Image,TouchableOpacity} from 'react-native';
import Listv from 'react-native-listview';

export default class extends Component {
    render(){
     const {navigator}=this.props;
        return(
            <Listv pagesize={5}
                            kind={0}
                           component={NewsContent}
                           navigator={navigator}
                           url='http://o9ji2nqbn.bkt.clouddn.com/news.json'/>
        );
    }
}

API

###kind {0}默认,{1},{2},目前三种布局 ###pagesize 每页条数

navigator{...props}

组件导航继承,没有这个无法进入子页面操作,会报bug

url

数据源地址,可以异步,里面封装fetch

onEndReachedThreshold

离底部距离,默认0

#version

  • v0.0.15 update
0.0.16

7 years ago

0.0.15

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago