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: Fixes some tech debug Changelog: [Fixed] Share re-defined defineReadOnlyGlobal(...) Differential Revision: D53340274

CLA Signed
p: Facebook
Partner
fb-exported

### New Version 0.72.3 ### Old Version 0.70.3 ### Build Target(s) all ### Output of `react-native info` ``` System: OS: macOS 13.0.1 CPU: (8) arm64 Apple M1 Pro Memory: 77.75...

Needs: Triage :mag:
Type: Upgrade Issue

### Description After update to 0.72.2 and connect to chrome debugger an error appears: Invariant Violation: Calling synchronous methods on native modules is not supported in Chrome. Consider providing alternative...

Needs: Triage :mag:

## Description In iOS, when using `KeyboardAvoidingView` with behaviour `height`, after the first appearance of the keyboard by focusing on the input, when clicking in the input, the keyboard appears...

Stale
Needs: Triage :mag:

### Description **we are experiencing this crash after upgrading react-native version from 0.66.5 to 0.71.13** Crashed: com.apple.root.user-interactive-qos EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x0000000000000000 - RCTCxxBridge.mm - Line 1492 - RCTCxxBridge enqueueApplicationScript:url:onComplete:] + 1492...

Platform: iOS
Stale
Needs: Triage :mag:
Needs: Repro
Newer Patch Available
Needs: Attention

### Description Hello, I'm currently facing an issue while trying to run my React Native project on iOS. I have followed the necessary steps, but I keep encountering an error...

Platform: iOS
Stale
Needs: Attention
Needs: Version Info

**This issue is a continuation of the discussion:** https://github.com/facebook/react-native/commit/dff490d140010913d3209a2f3e987914b9c4eee4#commitcomment-39332764 **The link to the sample project that demonstrates the issues:** https://github.com/Ginger-Labs/Input-bug ## Description Controlled selection seems to be broken on both...

Platform: iOS
Issue: Author Provided Repro
Component: TextInput
Platform: Android

React Native version: 0.61.4 and lower Trying to force capitalization of characters inside a TextInput is broken on Android. - `autoCapitalize="characters"` doesn't seem to do anything - Using `toUpperCase` in...

Component: TextInput
Platform: Android
Bug
Never gets stale

### Description when we use this ``` { console.log("SDfsdfsdf +" + Math.random()) }} style={{ alignSelf: 'flex-start' }}> {'From [email protected] From [email protected]' } ``` this not taking a full row. but...

Platform: Android
Component: Text

### Description I'm working in an app where I'm creating very small views and then scaling them. The scaling result looks good on Android, but on iOS it is pixelated....

Platform: iOS
Platform: Android
Needs: Attention
Needs: Version Info