Felipe Schiavini

Results 4 comments of Felipe Schiavini

I replaced Tabs.ScrollView with a custom Tabs.View. Here's the implementation: ``` const TABBAR_HEIGHT = 48; function ViewForTabs({ children, ...rest }: React.PropsWithChildren) { const { style: _style, contentContainerStyle: _contentContainerStyle } =...

Is it solved ? I had this problem on react native 0.79.6, with expo 53.0.0, new arch enabled

I downgraded to version 7.0.1, and it looks better to me

I created a patch using this code. The camera on the iPhone 17 Pro now works, but the preview appears significantly darker than usual before capturing the photo. with this...