-
**OS:**
- [ ] Windows
- [x] MacOS
- [ ] Linux
**Platform:**
- [x] iOS
- [ ] Android
**SDK:**
- [x] `@sentry/react-native` (>= 1.0.0)
- [ ] `react-native-sentry` (
-
### Description
Input does not work on iOS
### CodeSandbox/Snack link
https://github.com/ThiagoMunich/Input
### Steps to reproduce
I'm working with NativeBase on a current project and I…
-
### Description
Bug previously opened [here](https://github.com/facebook/react-native/issues/26264).
It was claimed to be fixed [here](https://github.com/facebook/react-native/pull/28952) but s…
-
Description
Expo SDK 52 has been released as of November 12th 2024, hope to have this new version in order to be able to update to the new react native architecture in my projects.
[ExpoSDK-52 Cha…
-
### Description
If edge-to-edge mode is enabled for the app:
```kt
WindowCompat.setDecorFitsSystemWindows(this.window, false)
```
And Modal is shown, then we have a different behavior (see …
-
### Description
This code enters an infinite loop on iOS.
```js
import React, {useState, memo} from 'react'
import {TextInput} from 'react-native'
let App = () => {
console.log('render App…
-
### Description
As the title says, the build fails on x86 after updating to Expo SDK 52 (RN 0.76.2) and enabling the New Architecture.
Here is the error from xcbuild:
```
The following build c…
-
### Description
Hi!
I'm testing an experimental way to set a linear-gradient and found some issues. As I've got it, it has the similar syntax as css has and so I can guess that it should work the …
-
I encountered an issue while following the installation instructions for the cloudinary-react-native SDK. The documentation suggests using the following command to install the SDK:
```shell
yarn a…
-
I'm trying to setup 2FA authentication on my react native application but `verifyPhoneNumberForMultiFactor` throw `auth/internal-error` on iOS.
Here is the code:
```
async function send2FaVer…