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 In react-freeze, we're using a component that wraps content into React.Suspense. However, since 0.74 RC's we can observe that some of the `Touchable` components are staying in a...

Platform: iOS
Issue: Author Provided Repro
API: Animated
Partner
p: Software Mansion
Type: New Architecture

### Description Hi Everyone, // Place this code after "[self.window makeKeyAndVisible]" and before "return YES;" UIStoryboard *sb = [UIStoryboard storyboardWithName:@"LaunchScreen" bundle:nil]; UIViewController *vc = [sb instantiateInitialViewController]; rootView.loadingView = vc.view; We...

Needs: Triage :mag:
Needs: Repro
Newer Patch Available
Needs: Attention

### Description This ```jsx ``` doesn't always equal ```jsx ``` Width isn't always the same. (translateX is a side thing to mimic origin right) From testing: When Pixel density is...

Needs: Triage :mag:
Newer Patch Available

## Summary: This PR aims to address the issue of lacking a direct API for setting skew on native views in Android. ### Why does this problem exist? The lack...

CLA Signed
Partner
p: Software Mansion
Shared with Meta

## Summary: This PR adds percentage support in translate properties for new arch iOS. Isolating this PR for easier reviews. The approach taken here introduces usage of `ValueUnit` struct for...

CLA Signed
Shared with Meta

### Description When trying to run release built on iOS 15.8.2. App crashes as soon as it starts. I was able to find issue in https://forums.developer.apple.com/forums/thread/749534 Note - We have...

Resolution: PR Submitted

### Description When changing Android's Keyboard height changes, both `keyboardDidChangeFrame` and `keyboardWillChangeFrame` does not fired. Also, `` does not apply this height change. ### Steps to reproduce 1. Install the...

Issue: Author Provided Repro
Platform: Android
API: Keyboard
Newer Patch Available

### Description I'm trying to manually convert base64 data to a Blob and vice versa. To do this I create a `Uint8Array` from the base64 data (with `atob` - polyfilled...

Issue: Author Provided Repro
Newer Patch Available
Never gets stale

## Description If a native module opens an activity that redirects out of the application and the application is killed in the background by the Android OS, the react context...

Platform: Android
Needs: Triage :mag:

Summary: This change is a preliminary change to add support to `Long` and `long` React props that are required for supporting WideGamut color space. ## Changelog [Android][Added] - Extend Property...

CLA Signed
p: Facebook
Partner