react-native
react-native copied to clipboard
A framework for building native applications using React
### 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...
## 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...
## 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...
### 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...
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...
### 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...
### 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...
### 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...
## 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...
### 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.  ### React Native...