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: The original algorithm for accessibilityOrder on Android had unexpected bugs. For some reason `.traversalAfter()` and `traversalBefore()` have unexpected behaviors when dealing with ancestor/descendant relationships getting more and more unexpected...

CLA Signed
p: Facebook
Partner
fb-exported

Summary: In cocoapods infrastructure, Scrollview is part of ReactFabric. In the SwiftPM implementation we erroneously moved that to reactFabricComponents. However, the new view culling features in reactFabric imports scrollview and...

CLA Signed
p: Facebook
Partner
fb-exported

Summary: This change adds the reactRuntime target to SwiftPM ## Changelog: [Internal] - Add reactRuntime Differential Revision: D75638242

CLA Signed
p: Facebook
Partner
fb-exported

Summary: Changelog: [Internal]

CLA Signed
Shared with Meta

Try to resolve Android compatibility for KeyboardAvoidingView component. ## Summary: On Android devices, KeyboardAvoidingView causes various space errors after opening / closing. The main reason for this is that when...

CLA Signed
Shared with Meta

Summary: Changelog: [Internal] # Context See D74904547. ## This diff Creates the `react-native/debugger-shell` package, containing a basic implementation of an Electron-based shell for React Native DevTools. At this point, there...

CLA Signed
p: Facebook
Partner
fb-exported

Summary: Changelog: [Internal] # Context This is the first of several commits that aim to implement a **standalone shell for React Native DevTools**. This will be a lightweight desktop app...

CLA Signed
p: Facebook
Partner
fb-exported

Differential Revision: D75549052

CLA Signed
p: Facebook
Partner
fb-exported

Summary: # Changelog: [Internal] This is required by the spec: - `performance.mark`: https://w3c.github.io/user-timing/#the-performancemark-constructor, see step 7. - `performance.measure`: https://w3c.github.io/user-timing/#dom-performance-measure, see step 9. Differential Revision: D75611976

CLA Signed
p: Facebook
Partner
fb-exported

Summary: Right now there are 2 flavors of vertical text alignment: `verticalAlign` and `textVerticalAlign`. Both do the same thing currently. For Facsimile, we actually want to "properly" implement `verticalAlign` so...

CLA Signed
p: Facebook
Partner
fb-exported