react-native
react-native copied to clipboard
A framework for building native applications using React
## Summary: Improve the clarity, reliability, and maintainability of the RCTFabricSurface class in the codebase. By incorporating the suggested improvements, the pull request aims to address several existing issues and...
### Description I would like to use the .xcode.env to set my node version. My .xcode.env looks like: ``` export NODE_BINARY=$(command -v node) ``` When I execute this command in...
The way elevation works is that it creates a border around the element that is then shifted to the bottom. The background color of the element then hides the inside...
Summary: convert Java to Kotlin: `react/shell/MainPackageConfig.java` Changelog: [Internal] internal Differential Revision: D55627449
Summary: changelog: [internal] This is not used. Let's delete it. Reviewed By: fabriziocucci Differential Revision: D55485422
## Summary: Citing [Prettier docs](https://prettier.io/docs/en/integrating-with-linters.html): Linters usually contain not only code quality rules, but also stylistic rules. Most stylistic rules are unnecessary when using Prettier, but worse – they might...
### Description Fabric component custom properties, when one property is modified by JavaScript using setState, all property set methods in Android bridging are invoked. ### Steps to reproduce 1.Define properties...
Differential Revision: D55637189
## Summary: With the push for the new architecture, it felt appropriate to rename the HermesBadge on the NewAppScreen's Header to NewArchitectureBadge to show the render system being used and...
…direct ## Fix https://github.com/facebook/react-native/issues/34627 ## Summary: IOS Specific issue. HTTP Authorization header is not passed to the sub-request when server responds with a 3xx code ## Changelog: [IOS] [FIXED] -...