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 ![Image](https://github.com/user-attachments/assets/fa828ec9-6115-49a6-b734-2d975d14e5c2) ### Steps to reproduce Just try to build a project for mac Catalyst. ### React Native Version 0.78.1 ### Affected Platforms Build - MacOS ### Output of...

Needs: Repro
Needs: Attention

## Summary: This is a starting PR with API breaking change detection script base on TS API rollups. ## Changelog: [GENERAL][ADDED] - Added API breaking change detection workflow ## Test...

CLA Signed
p: Facebook
Partner
p: Software Mansion

Summary: # Changelog: [Internal] - Based on review discussions in on of the previous PRs, it's a better style to use native Kotlin's `.isNaN` instead of `java.lang.Float.isNaN()`. This makes sure...

CLA Signed
p: Facebook
Partner
fb-exported

### Description When you trying to combine Animated values with Animated operators e.g. addition, multiplication you cannot listen to this values with addListener, callbacks are never fired. As fas as...

Issue: Author Provided Repro
API: Animated

### Description With expo 53 and react native 0.79 I noticed our input has weird padding my solution was to give it `padding:0` **I tried it with new and old...

Needs: Triage :mag:

### Description This is a revival of: https://github.com/facebook/react-native/issues/21894 ...which was closed but **is still an issue as was described.** Attached is a simple demo (updated from original) - running on...

Platform: iOS
Platform: Android
API: PanResponder
Component: ScrollView
Needs: Triage :mag:

## Summary: Fixes https://github.com/facebook/react-native/issues/51395 . ## Changelog: [GENERAL][FIXED]Crash when Animated value & primitive value used together ## Test Plan: Can be tested on RNTester with ``` const myAnimatedValue = useAnimatedValue(100);...

CLA Signed
Shared with Meta

### Description ### Description I am trying to integrate React native app into my existing Flutter app and I followed the steps mentioned in the official React Native documentation (https://reactnative.dev/docs/integration-with-existing-apps)...

Needs: Author Feedback
Needs: Repro
Type: Unsupported Version

Summary: The platforms handle this in pretty different ways right now. Let's add a test showing the differences. Android also adds a bunch of unicode zero width spaces in there......

CLA Signed
p: Facebook
Partner
fb-exported

Summary: We should be able to clean this up as we're not using it directly. It would be used via the NDK logging utilities from Android, that we don't use....

CLA Signed
p: Facebook
Partner
fb-exported