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

### Description I use Text component that has to contain selectable text and should be truncated if it extends the width of the parent component. On iOS everything works fine....

Platform: Android
Needs: Triage :mag:

Summary: Adds `flow` (or `noflow`) to all files in this directory and ensures that Flow succeeds (by adding type annotations, using minor refactors, or suppressing errors due to intentionally dynamic...

CLA Signed
p: Facebook
Partner
fb-exported

### Description Build failure with React Native v0.79.2 and Gradle v8.0. ** Note using Java 17 ``` export JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64 export PATH=$JAVA_HOME/bin:$PATH ``` ### Steps to reproduce Build an android app...

Resolution: PR Submitted

Summary: Refactors the default mocks initialized in `packages/react-native/jest/setup.js` so that each mock is defined in its own file. This provides several benefits, including: - The ability to use `import` statements...

CLA Signed
p: Facebook
Partner
fb-exported

### Description ActivityIndicator/ActivityIndicator.js: Missing initializer in const declaration. (156:41) 154 | */ 155 | > 156 | const ActivityIndicatorWithRef: component( | ^ 157 | ref: React.RefSetter, 158 | ...props: Props...

Component: ActivityIndicator
Needs: Author Feedback
Needs: Repro

Summary: As the title suggests, forwards `onBlur`/`onFocus` props into the Pressability config that the component creates. Also updates `TouchableWithoutFeedback` to pass its `onFocus`/`onBlur` props from the config into elementProps on...

CLA Signed
p: Facebook
Partner
fb-exported

## Summary: ## Changelog: ## Test Plan:

### Description When device font size is set to small words in certain configuration of parent views get cut-off (see reproducer). Our users just started reporting in the last month...

Issue: Author Provided Repro
Platform: Android
Needs: Attention
Type: New Architecture

## Summary: The retry mechanism introduced in [this commit]() works for iOS e2e failures but it is skipped if android e2e tests fails. This change should fix that ## Changelog:...

CLA Signed
p: Facebook
Partner

### Description TypeError: changeHandler is not a function (it is undefined) This error is coming when i'm running my code this it the part where i used the Event listener...

Needs: Author Feedback
Needs: Repro
Needs: Version Info