Skip to content

Commit 7a3409b

Browse files
authored
Merge pull request #469 from SvanBoxel/patch-1
Add link to example.js in README
2 parents 3b4eff0 + 2eca603 commit 7a3409b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Also includes ```<SwipeRow>``` if you want to use a swipeable row outside of the
1313

1414
For use with RN 0.60+ please use react-native-swipe-list-view@2.0.0+
1515

16-
RN 0.60 and RNSLV 2.0.0 deprecate the use of ListView entirely, please see `example.js` for examples and see the [migrating-to-flatlist doc](https://github.com/jemise111/react-native-swipe-list-view/blob/master/docs/migrating-to-flatlist.md) for a migration guide if you aren't already using `FlatList`.
16+
RN 0.60 and RNSLV 2.0.0 deprecate the use of ListView entirely, please see [`example.js`](https://github.com/jemise111/react-native-swipe-list-view/blob/master/SwipeListExample/example.js) for examples and see the [migrating-to-flatlist doc](https://github.com/jemise111/react-native-swipe-list-view/blob/master/docs/migrating-to-flatlist.md) for a migration guide if you aren't already using `FlatList`.
1717

1818
The `useFlatList` prop is no longer required, as `FlatList` is the default ListView used.
1919

@@ -128,7 +128,7 @@ renderItem={ data => (
128128
`SwipeListView` now supports `FlatList` and `SectionList`! (as of v1.0.0)
129129
130130
Please see the [migrating-to-flatlist doc](https://github.com/jemise111/react-native-swipe-list-view/blob/master/docs/migrating-to-flatlist.md) for all details.
131-
And see `example.js` for a full usage example.
131+
And see [`example.js`](https://github.com/jemise111/react-native-swipe-list-view/blob/master/SwipeListExample/example.js) for a full usage example.
132132
133133
## Also see `docs/` for help with
134134
* [Manually Closing Rows](https://github.com/jemise111/react-native-swipe-list-view/blob/master/docs/manually-closing-rows.md)

0 commit comments

Comments
 (0)