Alex Fournier

Results 3 issues of Alex Fournier

This PR replaces the way the status bar height is calculated on Android. Now I use `react-native-safe-area-context` to get the top inset. The old way using `NativeModules.NativeUnimoduleProxy?.modulesConstants` was no longer...

### Current behaviour In Menu component, the menu is not positioned as expected when visible. For example with `anchorPosition="bottom"`, the menu comes over the anchor. ### Expected behaviour The menu...

bug

### Current behavior In a Drawer navigator with a long list of items, `onPress` is not called as soon as we scroll in the ScrollView. This only occurs when app...

bug
platform:android
repro provided
package:react-native-drawer-layout