codeherence / react-native-header

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

fix: allow for scrollIndicatorInsets to be supplied to scroll containers #18

Closed e-younan closed 1 year ago

e-younan commented 1 year ago

Description

This PR allows for scrollIndicatorInsets to be supplied to the scroll containers.

Motivation and Context

This fix was introduced since there was no way to merge the top inset with the supplied insets before.

How Has This Been Tested?

This was tested in the example project.

Types of changes

Checklist: