安装
如果使用纱线:
yarn add react-native-swiped-row
如果使用npm:
npm i react-native-swiped-row
用法
import SwipeRow from 'react-native-swiped-row';
只需将<SwipedRow>标记作为平面列表项的一部分即可。
<FlatList data={contacts}
renderItem={({item})> {
return (
<SwipeRow xss=removed> onAnimationComplete(item)}>
<View xss=removed>
<Text>{item.name}</Text>
评论0
最新资源