Actually I recently saw a discussion on Sentry GitHub telling that this is caused also by wrongly interpreting dialogs for permissions (like tracking or others).
https://github.com/getsentry/sentry-cocoa/issues/3472#issuecomment-1892420986
The proposed workaround (stop tracking for ANR when asking) is not currently available for RN. It is also cited in the following discussion on react-native-clipboard repo:
https://github.com/react-native-clipboard/clipboard/issues/212