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: Remove package comment from JSCExecutor This class was made public as part of D30346032, seems it's safe for it to be public changelog: [internal] internal Differential Revision: D47309285

CLA Signed
p: Facebook
Partner
fb-exported

Summary: StandardCharsets was deprecated and marked for removal, since 0.73 was released we can now safely delete it changelog: [Android][Deleted] Delete StandardCharsets class, please use java.nio.charset.StandardCharsets instead Differential Revision: D47306709

CLA Signed
p: Facebook
Partner
fb-exported

Summary: Add RECEIVER_EXPORTED/RECEIVER_NOT_EXPORTED flag support to DevSupportManagerBase for Android 14 change. See https://developer.android.com/about/versions/14/behavior-changes-14#runtime-receivers-exported for details. Without this fix, app crashes during launch because of : ```SecurityException: {package name here}: One...

CLA Signed
p: Facebook
Partner
fb-exported

Summary: In this diff I'm completing the TaskInterface interface with subset methods from Task that should be exposed changelog: [internal] internal Differential Revision: D47267970

CLA Signed
p: Facebook
Partner
fb-exported

## Summary: *Auto-close* an issue when the version of React Native specified is **TOO OLD**. Applies `Type: Too Old Version` label and closes such issues using `actOnLabel` workflow. ## Changelog:...

CLA Signed

### Description Recently we migrated the app to 0.72.1 from 0.68.0 with New Architecture, earlier we used to get cmake error for android but we were able to fix those...

Platform: Android
Needs: Repro
Needs: Attention
Type: New Architecture

## Description When I am debugging my React Native app using the React DevTools in Flipper, I like to change the settings/preferences available, in particular the component filter to remove...

DX
Tool: Flipper

Summary: ## Context RFC: Decoupling Flipper from React Native core: https://github.com/react-native-community/discussions-and-proposals/pull/641 ## Changes To support incoming new React Native packages around debugging (including migrating over [`@react-native-community/cli-plugin-metro`](https://github.com/react-native-community/cli/tree/main/packages/cli-plugin-metro)) — which target Node.js...

CLA Signed
p: Facebook
Partner
fb-exported

## Summary: This PR fixes visual regression introduced with https://github.com/facebook/react-native/pull/37465#issuecomment-1625110372. The baseline is set with RCTBaseTextInputView#[enforceTextAttributesIfNeeded](https://github.com/facebook/react-native/pull/38258/files#diff-47e1ad911ac455bc7835356905ea0b6bf796d73af09734dc17a192f754eb5516R76-R81) instead of RCTTextAttributes#[effectiveParagraphStyle](https://github.com/facebook/react-native/pull/37465/files#diff-38333c03094e568d775af03727306a9e737fec7434e31f2f6e849f9663e48052R181-R184). RCTTextAttributes#effectiveParagraphStyle is shared between Text and TextInput. The regression was caused...

CLA Signed

### New Version 0.72.1 ### Old Version 0.70.4 ### Build Target(s) iOS 16.5 for both device and simulator ### Output of `react-native info` System: OS: macOS 13.4.1 CPU: (10) arm64...

Needs: Triage :mag:
Needs: Repro
Type: Upgrade Issue