0.0.16 • Published 9 years ago

react-native-listview v0.0.16

Weekly downloads
16
License
MIT
Repository
github
Last release
9 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

9 years ago

0.0.15

10 years ago

0.0.14

10 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago