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

## Summary: Some of the .so files in React Native does not seem to be stack protected. We figure that out by checking for "__stack_chk_fail" string inside the binary files....

CLA Signed
Platform: Android
p: Microsoft
Partner

## Summary: Bumps NDK to current LTS Release. ## Changelog: [Android] [Changed] - Bump NDK to 25 ## Test Plan: CI Green ✅

CLA Signed

## Summary I noticed that `onMomentumScrollEnd` is called multiple times on Android. 1. It is always called three times with the last value 2. It is sometimes called many times...

CLA Signed
Platform: Android
Bug
Shared with React Native Team

### Description As the document states, there are Hermes symbols in the assets, but only certain versions have them (e.g., 0.70.7), while others don't (e.g., 0.71.7). How can I obtain...

Summary: Changelog: [iOS][Removed] Remove RCTSurfaceHostingComponent and RCTSurfaceBackedComponent, needed only for ComponentKit integration. Differential Revision: D47255482

CLA Signed
p: Facebook
Partner
fb-exported

### Description I'm using Linking.openURL in index.js to open my app on certain background data notification. I can open the app using with [Deep Link Tester app](https://play.google.com/store/apps/details?id=com.manoj.dlt&hl=en&gl=US). But cannot open...

API: Linking
Needs: Triage :mag:
Newer Patch Available

### Description After upgrading my react native to version 0.72.0, I can't run my react native app on iOS properly as it logs an error saying: "Error 'ReactCommon/TurboModuleBinding.h' file" as...

Platform: iOS
Needs: Triage :mag:
Type: Upgrade Issue

## Description I have a screen where I type in the input field and get search results accordingly. The list is rendered within a ScrollView but it still doesn't let...

Platform: Android
Component: ScrollView
Needs: Triage :mag:

### Description When I setup a fresh project as per the [docs](https://reactnative.dev/docs/environment-setup?platform=android) using: ``` npx react-native@latest init RNTestApp ``` And then try to run it using: ``` npx react-native run-android...

Platform: Android
Needs: Author Feedback

Please provide all the information requested. Issues that do not follow this format are likely to stall. ## Description Did looked for related issues did not find any solution for...

Platform: Android
Platform: Linux
Tech: Hermes
Needs: Repro
Needs: Attention