diff --git a/README.md b/README.md index e8a74ac9..48bbcbda 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,10 @@ Expo snack demos: https://snack.expo.io/rksoUdx-f https://snack.expo.io/B1GYad52b +Other (third party) snack demos +[Mini calendar Expo snack](https://snack.expo.io/S1OeHVAQM) by [SudoPlz](https://github.com/SudoPlz) + + Sample project: https://github.com/naqvitalha/travelMate Context Preservation Sample: https://github.com/naqvitalha/recyclerlistview-context-preservation-demo @@ -74,6 +78,7 @@ For full feature set have a look at prop definitions of [RecyclerListView](https Please go through DataProvider, LayoutProvider and rowRenderer in detail. Those are the basic building blocks of this component. For more details dive into the source code, lot of relevant comments have been added to help you out. + ```js /*** Use this component inside your React Native Application.