Kureev / react-native-side-menu

Side menu component for React Native
MIT License
2.21k stars 436 forks source link

Support for SafeAreaView #380

Closed nickineering closed 4 years ago

nickineering commented 4 years ago

Summary

Adds support for SafeAreaView components.

Test Plan

See this demo repo: https://github.com/nferrara100/side-menu-safe-area

Follow the commit history. I create a blank expo project, show how safe areas are not supported, and then add support by changing to my fork of react-native-side-menu.

Compatibility

OS Implemented
iOS
Android

Checklist

chakrihacker commented 4 years ago

Thanks for the PR, will merge in some time, can you please update the branch

nickineering commented 4 years ago

@chakrihacker, just updated it. Sorry for the delay.