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

A framework for building native applications using React

Results 2114 react-native issues
Sort by recently updated
recently updated
newest added

### Description ## Expected Behavior When using `inverted={true}` FlatList, the header shadow/blur should maintain its normal appearance with proper content darkening underneath the transparent header. ## Actual Behavior Liquid Glass...

Platform: iOS
Issue: Author Provided Repro
Component: FlatList
iOS 26

> [!IMPORTANT] > [See this comment for the impact to React Native and steps to mitigate.](https://github.com/facebook/react-native/issues/54772#issuecomment-3617929832 ) > > -@rickhanlonii ----- ### Description A security vulnerability with React was disclosed...

Needs: Repro
Needs: React Native Team Attention

## Summary: This PR introduces support for multiple scenes (a.k.a. multiple windows) in iPadOS. ## Changelog: ## Test Plan: CI green, RNTester works with multiple scenes (windows) without crosstalks.

CLA Signed
Partner
p: Callstack

### Description When I use a relative path, everythings works fine. But when I use an alias path, the compiler throws an error in the termina ### Steps to reproduce...

Needs: Author Feedback

### Description When adding optional values to the specs for a Fabric component, these optionals are always bridged with a default value and as a result are always defined and...

Needs: Triage :mag:
Newer Patch Available
Tech: Codegen
Type: New Architecture

### Description I started experiencing this issue on my physical device. Even though I am in debug mode, my Metro device cannot connect to the network. Both are on the...

Needs: Repro
Needs: Attention
📦Bundler

## App Extensions do not show font styles correctly ![Image](https://github.com/user-attachments/assets/bccbe9f3-99be-4767-9a8b-2e96576d8877) We are currently porting our react-native app from 0.7x to 0.8x, including our app extension to the new architecture which...

Platform: iOS
Needs: Triage :mag:
Type: New Architecture

## Summary: Addresses #54140. This allows adding extra arguments when running a command with `with-environment.sh`. ## Changelog: [IOS|] [CHANGED] - Allow passing extra arguments in with-environment.sh ## Test Plan: Tested...

CLA Signed
Shared with Meta

### Description I noticed that after updating to 0.79.5, `TextInput.onContentSizeChange` is no longer triggered even if the `multiline` is set to true and input does growth properly. It is only...

Platform: iOS
Issue: Author Provided Repro
Component: TextInput

### Description I migrating to the `New Architecture`. I have component which worked fine 7 years on the "old architecture". It uses `Animated.SectionList` and can hide content in `ListHeaderComponent`. In...

Issue: Author Provided Repro
Type: New Architecture