discussions-and-proposals
discussions-and-proposals copied to clipboard
Discussions and proposal related to the main React Native project
### Introduction As I understand, this option is needed to connect to a local Metro server. But it is not required for production builds. However, it could potentially become a...
This RFC proposes a framework to enhance the module registry in React Native by introducing a lifecycle-aware system for native modules. The goal is to address the current gap in...
The image speaks for itself. Detours into third-party files really distract from the debugging process. That’s why Chrome DevTools includes an "Ignore List" feature—but for some reason, it doesn’t seem...
I have one cursive font. This font is visible outside of my TextInput and also outside of the text component in React native IOS but in Android, if the letter...
### Introduction I want to discuss an ability to add more configuration to the **viewabilityConfig**, so that it's possible to more effectively control the calculations of viewable items of the...
### Introduction I'm facing a challenge with optimizing our build pipelines and was hoping you might have some insight. Specifically, I'm trying to separate the React Native bundle generation from...
### Introduction Variable fonts support in React Native is currently limited compared to native iOS/Android and web platforms. While React Native supports variable fonts, it lacks fine-grained control over font...
### Introduction I'm confused about why `Alert.alert` doesn't adhere to the system theme after all this time. ### Details A bright white alert appearing over dark mode is jarring and...
### Description As a long-time React Native developer (7 years professionally), I’ve noticed a quality-of-life improvement that could greatly enhance the Android developer experience. Currently, when building for iOS, the...
Description This issue is related to a previously closed ticket: https://github.com/facebook/react-native/issues/19456. However, the problem persists and impacts the usability of React Native apps under specific scenarios. When performing heavy recursive...