Andrew Zey

Results 14 comments of Andrew Zey

Eta on merge? This is a blocking issue at the moment...

> Same problem here on a Mac Studio + Studio Display, macOS Monterey. > > Hand fix: map F1 and F2 to `brightness_down` and `brightness_up` instead of `apple_display_brightness_decrement ` and...

> this package is not being maintained anymore as said in this [reply](https://github.com/rt2zz/redux-persist/issues/717#issuecomment-815903373). Just to be clear, I'm not affiliated with this project in any way, I was just observing...

Looking at node_modules/react-native/index.js, you can see that it uses getters to define all the exports. ``` module.exports = { // Components get AccessibilityInfo(): AccessibilityInfo { return require('./Libraries/Components/AccessibilityInfo/AccessibilityInfo'); }, get ActivityIndicator():...

I too am having this exact issue. My version numbers are: `@react-navigation/native` on `6.1.9` `@react-navigation/bottom-tabs` on `6.5.11` `@react-navigation/stack` on `6.3.20` I am not using `@react-navigation/drawer` or `@react-navigation/material-top-tabs`

@oguzydz Aha, the bug goes away when I remove `SafeAreaView` imported from `react-native` and replace it with: `import {SafeAreaView} from 'react-native-safe-area-context';`

I'm happy to take this on. Please contact me at `[email protected]` to coordinate!

@gchauvet @z0mt3c wonderful, thanks guys. I'll hop onto some of these outstanding issues!

Hi Team. Unfortunately I won't be able to maintain this, and we'll need the repo owner to choose a new maintainer. I no longer am using Restify - I'm using...