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

Bumps [rexml](https://github.com/ruby/rexml) from 3.4.1 to 3.4.2. Release notes Sourced from rexml's releases. REXML 3.4.2 - 2025-08-26 Improvement Improved performance. GH-244 GH-245 GH-246 GH-249 GH-256 Patch by NAITOH Jun Raise appropriate...

CLA Signed
dependencies
ruby

### Description After migration of an existing RN app (no framework) to [email protected] I get this when `yarn start` on Ubuntu build host: Not a hard error though — the...

Debugging
Needs: Author Feedback
Needs: Repro

Summary: Currently, the size of a jsi `Array` is immutable. Once the `Array` is created, users can only set the element at an existing index, but not append to it....

CLA Signed
p: Facebook
Partner
fb-exported
meta-exported

### Description ## Situation As an app developer for one of Europe's largest theme parks, I'm tasked with migrating our RN projects to the new architecture. For our apps we...

Needs: Triage :mag:

## Summary: ### The Problem When trying to measure the location of a View within a FlatList (ie. for scrolling to the view), the current recommended method is to use...

CLA Signed
Shared with Meta

### Description Please watch the video to understand the issue better. ```tsx import { View, Text, StatusBar } from "react-native"; export default function App() { return ( Hesap Defterim );...

Needs: Repro
Needs: Attention

## Summary: During JS bundle downloads from Metro, the multipart stream reader was copying each chunk into a new Buffer before passing it to listeners. For large bundles, this resulted...

CLA Signed
Shared with Meta

### Description I suddenly got this error while building my project. I used it for 2 weeks and there was no problem. I didn't understand. ### Steps to reproduce 1....

Needs: Repro
Needs: Attention
📦Bundler

### Description There are two bugs I'm reporting with the same component, and providing a good repro for each within the same repository. This issue is the single main problem...

Component: RefreshControl
Needs: Triage :mag:
Type: New Architecture

### Description **During the development process, when adding or deleting hooks, the devServer was not compatible with the destructive modifications to the hook chain. Instead, it directly caused React Native...

Issue: Author Provided Repro
Debugging
Needs: React Native Team Attention