react-native-screens icon indicating copy to clipboard operation
react-native-screens copied to clipboard

Native navigation primitives for your React Native app.

Results 368 react-native-screens issues
Sort by recently updated
recently updated
newest added

…slucent ## Description In android, the adjustResize soft input mode is not working as expected when status bar is set as translucent. react-native version: 0.74.3 react-native-screens version: 3.34.0 Fixes #2308...

### Description In android, the adjustResize soft input mode is not working as expected when status bar is set as translucent. react-native version: 0.74.3 react-native-screens version: 3.34.0 ### Steps to...

Platform: Android
Repro provided

### Description `formSheet` presentation used to look different but recently it has changed. Old: New: Has there been any breaking changes here? I know that there has been some efforts...

Platform: iOS
Missing repro

### Description I just want to create a duplicate of this https://github.com/react-navigation/react-navigation/issues/11116 issue. It was labeled as `react-native-screens` but I don't see no the similar one here @stevehanson has made...

Platform: Android
Repro provided

## Description WIP WIP ## Changes WIP WIP ## Test code and steps to reproduce ## Checklist - [ ] Included code example that can be used to test this...

### Description I'm working on a Brownfield project and I need to interact with native contexts. The problem I'm experiencing is the failure to get activity navigation result using ActivityResultRegistry....

Platform: Android
Repro provided

## Description Fixes https://github.com/orgs/software-mansion/projects/3/views/1?pane=issue&itemId=81360291. `@deprecated` in JSDoc works only for the entire symbol https://stackoverflow.com/questions/29763919/jsdoc-param-together-with-deprecated I didn't find a straightforward way to deprecate one option of union type, so I replaced...

## Description This PR aims to reproduce and solve #2125. Following the discussion in [PR2175](https://github.com/software-mansion/react-native-screens/pull/2175#issuecomment-2379112183) I create a reproduction for the issue. ## Changes - Create Test2125 with reproduction to...

## Description Due to fixes in RN 0.76 (https://github.com/facebook/react-native/commit/b98b9f1fa7717283f368eb182a51d971b8776c80 and https://github.com/facebook/react-native/commit/c6f32828b9487381dab27f645aedcdbae9dcbc7e) our workaround seems to not be necessary anymore. Would be nice to check if it works in RN 0.76...

## Description ## Changes ## Test code and steps to reproduce ## Checklist - [ ] Included code example that can be used to test this change - [ ]...