react-native
react-native copied to clipboard
A framework for building native applications using React
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...
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...
Summary: This change adds the reactRuntime target to SwiftPM ## Changelog: [Internal] - Add reactRuntime Differential Revision: D75638242
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...
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...
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...
Differential Revision: D75549052
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
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...