There was an error while loading. Please reload this page.
1 parent 6a40594 commit b969632Copy full SHA for b969632
README.md
@@ -20,7 +20,7 @@ render() {
20
const ds = new ListView.DataSource({rowHasChanged: (r1, r2) => r1 !== r2});
21
return (
22
<SwipeListView
23
-dataSource={this.ds.cloneWithRows(dataSource)}
+dataSource={ds.cloneWithRows(dataSource)}
24
renderRow={ data => (
25
<View style={styles.rowFront}>
26
<Text>I am {data} in a SwipeListView</Text>
package.json
@@ -20,7 +20,7 @@
"android",
"listview",
"swipe",
- "swipeable",
+ "swipeable"
],
"peerDependencies": {
"react": "^0.14.8",
0 commit comments