Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added demo of a mini calendar using the recyclerlistview #97

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down