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 The memoryWarning event of AppState appears to be iOS-only, as it is never called on Android. Android has an onTrimMemory callback that seems to be analogous to the...

Platform: Android
API: AppState
Needs: Triage :mag:
Needs: Verify on Latest Version

## Summary Starting from 0.72, we won't be pin any specific ruby version. However, 0.70 and 0.71 are still doing that. This PR against 0.71, removes the pinning of a...

CLA Signed
Platform: iOS
p: Facebook
Partner

## Summary Starting from 0.72, we won't be pin any specific ruby version. However, 0.70 and 0.71 are still doing that. This PR against 0.70, removes the pinning of a...

CLA Signed
Platform: iOS
p: Facebook
Partner

### Description I think the measureInWindow function Typing might have been messed up or forgotten in the switch to internal typescript types. Suddenly I am getting a typescript error for...

Needs: Triage :mag:
Needs: Verify on Latest Version

Summary: ## Changelog: [Internal] - Creates an implementation of `GlobalPerformanceLogger` (via `IPerformanceLogger` API), which is using the native WebPerformance implementation (`Performance` and `PerformanceObserver` APIs). This will ultimately help to converge...

CLA Signed
p: Facebook
Partner
fb-exported

### New Version `0.71.0` ### Old Version `0.70.6` ### Build Target(s) iOS simulator in debug flavor (but the issue will likely happen on any iOS build flavor). ### Output of...

Platform: iOS
Tech: Hermes
Type: Upgrade Issue

### Description We see this crash now and then: ``` 2023-02-18T05:19:41.587Z 21829 21829 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdTombstone 2023-02-18T05:19:41.596Z 336 336 I tombstoned: received crash request...

Needs: Triage :mag:
Needs: Verify on Latest Version

### Description Platform - Android I have uploaded new version of my app to the play store, and tried to update the app which is already on the device, then...

Needs: Attention
Type: Unsupported Version

## Summary This exposes the ios keyCode to onKeyPress events. This makes it possible to support richer keyboard interactions, like in [react-native-hotkeys](https://github.com/Kingstinct/react-native-hotkeys/blob/main/src/utils/mapIosKeyCode.ts) which provides a uniform interface for both web...

CLA Signed

### Description Pressing Password Autofill with Google suggestion or Key/Passwords Icon on Soft Keyboard(on top-right) triggers from `active` to `background` then `active` state on the AppState. ![Screenshot_20230309-210012](https://user-images.githubusercontent.com/28285289/224031245-1343fab8-6d22-4881-9eb3-4e66eada4553.png) ### React Native...

Platform: Android
API: AppState
API: Keyboard
Needs: Triage :mag:
Needs: Verify on Latest Version