MetaBenji

Results 5 comments of MetaBenji

Hey @MorrisRH and @AndrewRH if there's anything I can do to help with iOS simulator support let me know! Your plugin is fantastic and it would be so helpful to...

This bug also exists in portrait mode on Android when using full screen mode for react native version `0.67.4`. You can easily verify it by getting the height from `useWindowDimensions`...

@cipolleschi the bug in portrait mode exists in the supported versions. I think if the app is in full screen mode on Android, window height should include the status bar...

Why is another provider required? It's not a good pattern to have multiple providers within the app. Apps can have a lot of modals so having a provider within each...

That fix didn't work for me. The fix also doesn't make sense. The purpose of `useCallback` is to prevent a memoized child component from re-rendering by maintain referential equality when...