Metehan Demir

Results 9 comments of Metehan Demir

We also need this feature too. pathPattern doesn’t suffice for our use case.

+1 Facing the same issue on Android. As a workaround, I created this custom hook to account for the top inset manually: for React 19.0+ ```javascript import { use }...

Related with: https://github.com/react-navigation/react-navigation/blob/821e08473ca191eec137de26fe03674a22f0bda2/packages/native-stack/src/views/NativeStackView.native.tsx#L196-L202

+1 facing same issue. Here’s a minimal repro: ```js import { Fragment, useEffect } from 'react' import { Platform, StyleSheet, Text, View } from 'react-native' import * as Sentry from...

Ignoring the wrapper component worked, thank you! @antonis However, I wanted to highlight another case where this issue still occurs: when using platform-specific component resolution via file extensions. For example:...

> We are seeing this also, the CLI doesn't send the code but logging into `developer.apple.com` does send the code Facing same issue.