From 7a36b4616e7853cf89a18daa1cbad360f7a652c6 Mon Sep 17 00:00:00 2001 From: Ioannis Kokkinidis Date: Fri, 5 Jan 2018 19:43:59 +0200 Subject: [PATCH 1/3] Added example of a mini calendar --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e8a74ac9..2e5fb696 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,8 @@ 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. +## Other projects: +[Mini calendar Expo project by SudoPlz](https://expo.io/@sudoplz/minicalexample) ```js /*** Use this component inside your React Native Application. From 126224b565387c4b27d91d312920dfddc0a4aa91 Mon Sep 17 00:00:00 2001 From: Ioannis Kokkinidis Date: Fri, 5 Jan 2018 19:45:24 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e5fb696..44ec0716 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Please go through DataProvider, LayoutProvider and rowRenderer in detail. Those the source code, lot of relevant comments have been added to help you out. ## Other projects: -[Mini calendar Expo project by SudoPlz](https://expo.io/@sudoplz/minicalexample) +[Mini calendar Expo project](https://expo.io/@sudoplz/minicalexample) by [SudoPlz](https://github.com/SudoPlz) ```js /*** Use this component inside your React Native Application. From c534928636938dc4bf083f01db67b3daf25d4c0d Mon Sep 17 00:00:00 2001 From: Ioannis Kokkinidis Date: Sat, 6 Jan 2018 13:45:58 +0200 Subject: [PATCH 3/3] Added snack project --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44ec0716..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,8 +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. -## Other projects: -[Mini calendar Expo project](https://expo.io/@sudoplz/minicalexample) by [SudoPlz](https://github.com/SudoPlz) + ```js /*** Use this component inside your React Native Application.