-
### Description
When using a TextInput inside a Modal, the onContentSizeChange callback is triggered twice instead of once. Outside the Modal the event triggers correctly (only once).
### Steps to r…
-
### Description
The **Bridgeless Architecture** in React Native 0.74 and later introduces significant performance issues, particularly for apps with complex logic and high demands for UI responsive…
-
Library version: 9.3.1
React native version: 0.75.4, new architecture enabled
https://github.com/lawnstarter/react-native-picker-select/pull/542
When I do this I can click on the picker, …
-
### Problem Description:
When running tests with Maestro on iOS, I can tap on the RNPickerSelect component, and it successfully opens the modal picker.
However, I cannot interact with or select a…
-
### Description
Not sure if I should be posting this here or in react-navigation, nor if its too early since things are still in beta!
But I was requested to post this via: https://github.com/reac…
-
### Current behavior
The action 'POP' with payload {"count":1} was not handled by any navigator.
Is there any screen to go back to?
This is a development-only warning and won't be shown in producti…
-
### Current behaviour
When you switch to keyboard on **web** for the time picker modal, typing in the fields doesn't work as expected. You cant change the hour.
### Expected behaviour
Typing shou…
-
**Description**
Im getting 'RNSkInfoParameter.h' file not found error when I try to use with Firestore. I tried difficult version combination however I couldn't build. Current version 1.5.0 and rea…
-
### 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 …
-
OnPress not working while modal is open after updating react native version, not on presseble and neither on TouchableOpacity, tried swapping it with built in modal and it worked, I think there is i…