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

Native navigation primitives for your React Native app.

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

## Description When I'm using `@react-navigation/bottom-tabs` with the native stack navigator, the header jumps on android and sometimes flickers on iOS on tab change (on the first render only). But...

Platform: iOS
Platform: Android
Repro provided

## Description Adds prop `screenEdgesDeferringSystemGestures` on iOS. This is an addendum to `homeIndicatorHidden` introduced in https://github.com/software-mansion/react-native-screens/pull/1267. Setting `homeIndicatorHidden` to `true` will show the home indicator when the user touches the...

## Description When using @react-navigation/bottom-tabs with RNS, the content jumps on tab change (one the first render only). I made sure I've tested this plenty of times. The bug does...

Bug
Missing repro

## Description This PR fixes the wrong behaviour of keyboard avoiding view. Fixes https://github.com/react-navigation/react-navigation/issues/9920 ## Changes - Call `endEditing` during swiping logic in `viewWillDisappear` ## Screenshots / GIFs ### **Native...

Using RNSFullWindowOverlay in multiple windows scenarios is causing weird presentation issues and it's causing a crash for applications which use UISceneDelegate. This is a fix I propose for these issues....

Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

Dependencies
javascript

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.3.0 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...

Dependencies
javascript

Bumps [simple-plist](https://github.com/wollardj/simple-plist) from 1.1.1 to 1.3.1. Release notes Sourced from simple-plist's releases. TypeScript This release is a rewrite of the JavaScript code into TypeScript code to add strong typing for...

Dependencies
javascript

## Description PR adding shared element transitions to `native-stack`. Please consider a draft for now since there is no `Android` implementation and only basic examples work on `iOS`. Most of...

Hi! 👋 Firstly, thanks for your work on this project! Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. I work on a social media app...

Missing info
Repro provided