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

A framework for building native applications using React

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

## Description Same as this issue https://github.com/facebook/react-native/issues/27147 Inline elements are not accessible. Such element can be `This is a sentence, that has a {}}>#hashtag, as well as a `. Example...

Accessibility
Needs: Triage :mag:
Accessibility Team - Evaluated

## Summary For brownfield apps, it is possible to have multiple hermes runtimes serving different JS bundles. Hermes inspector currently only supports single JS bundle. The latest loaded JS bundle...

CLA Signed
Type: Enhancement
p: Expo
Partner
Contributor
Shared with React Native Team

### Description `TextInput` value cannot be controlled. Given the following JSX, I expected that typing in the input would do nothing to match behaviour on web: ```jsx ``` ## Actual...

Component: TextInput
Needs: Triage :mag:

### Description Multiple warnings on a fresh React Native project during Android **Release** build. The warnings are related with [Implicit Dependencies](https://docs.gradle.org/current/userguide/validation_problems.html#implicit_dependency). Eg. ``` Execution optimizations have been disabled for task...

Tool: Gradle
Shared with React Native Team

## Description Hint not announced on Button or Picker (This is likely related to #30842 and #30843, as these elements also do not properly support other accessibility attributes). This issue...

Accessibility
Needs: Author Feedback
Accessibility Team - Evaluated

### Description I've created a very basic test project using native cli `npx react-native init AwesomeTSProject --template react-native-template-typescriptD`, and added a simple component with RN Modal like here https://reactnative.dev/docs/modal. Every...

Platform: Android
Component: Modal
Component: StatusBar
Needs: Triage :mag:

@bn185068 in **node_modules\readable-stream\lib\ _stream_writable.js** add line: ```js /**/ var process = require("process"); // THIS LINE var pna = require('process-nextick-args'); /**/ ``` Is this fixed yet? How can we get react...

### Description I'm looking for a way to call `sendEventWithName` from a class method of an interface that inherits from `RCTEventEmitter`. **Reason:** I want to send an event to JS...

Needs: Triage :mag:

We are now using react-native version 0.62 when we ran this app under dev model. The virtual environment of the mobile can run this app successfully. However, if when we...

Stale
Tech: Bundler 📦
Needs: Issue Template
Needs: Attention

## Description I ran the command "react-native run-android" and the return is this: > Task :app:stripDebugDebugSymbols FAILED > Task :app:generateDebugBuildConfig FAILED ## React Native version: System: OS: Windows 10 10.0.18362...

Stale
Needs: Triage :mag: