mirror of
https://github.com/status-im/react-native.git
synced 2025-02-04 21:53:30 +00:00
Fix typo in sample code
This commit is contained in:
parent
2e9adef52e
commit
d1f70f64de
@ -61,7 +61,7 @@ var SCROLLVIEW_REF = 'listviewscroll';
|
||||
*
|
||||
* ```
|
||||
* getInitialState: function() {
|
||||
* var ds = new ListViewDataSource({rowHasChanged: (r1, r2) => r1 !== r2});
|
||||
* var ds = new ListView.DataSource({rowHasChanged: (r1, r2) => r1 !== r2});
|
||||
* return {
|
||||
* dataSource: ds.cloneWithRows(['row 1', 'row 2']),
|
||||
* };
|
||||
|
Loading…
x
Reference in New Issue
Block a user