gorhom / react-native-sticky-item

An interactive sticky item inspired by Facebook Stories.
MIT License
891 stars 48 forks source link

Contributing more examples #28

Open Joe-Moussally opened 3 months ago

Joe-Moussally commented 3 months ago

Great work man! I love what you guys are doing. I would be down to write some example code for other sticky items and showcase it in the README file. Let me know if you're open to accepting contributions maybe I can fork and create a pull request.

Just to make sure, as I understood. We're reading the X scroll value of the FlatList and based on the onScroll function we're updating the UI values with min-max constraints, right? I can def do some examples if it interests you. If we have real life platform examples we can also reference it.

Best😁