miyabi / react-native-safe-area

React Native module to retrieve safe area insets for iOS 11 or later.
MIT License
113 stars 23 forks source link

Apply contentOffset only if contentInset is applied to top #6

Closed pierre-elie closed 6 years ago

pierre-elie commented 6 years ago

If contentInset is applied to bottom only then the content should not be offset on y direction.

miyabi commented 6 years ago

@pierre-elie Thank you for PR! I will merge it soon.