codeherence / react-native-header

A high-performance, cross-platform animated header component for React Native applications.
MIT License
218 stars 15 forks source link

docs: added twitter profile header example #6

Closed e-younan closed 1 year ago

e-younan commented 1 year ago

Description

This PR introduces a new example in the example project. In this new example, we implement the Twitter profile header using this library.

Motivation and Context

The reasoning behind adding this example is two-fold:

  1. Add a more complex use case for developers to reference from
  2. Observe the shortcomings of the library implementation to look for improvements.

How Has This Been Tested?

This implementation doesn't affect the library, so no testing is required. However, please note that this has only been tested heavily on iOS - Android has a bug that I have observed, but I will fix that in a future PR.

Types of changes

Checklist:

Screenshots

https://user-images.githubusercontent.com/128341688/228427128-2b8e2e8e-733b-4e93-aa51-ca6f80aeba83.mov

Additional Notes

A blog post around the implementation is in the works. Stay tuned!