discussions-and-proposals
discussions-and-proposals copied to clipboard
Discussions and proposal related to the main React Native project
### Introduction currently we're seem to be blocked from upgrading to the new arch as it seem that Yoga / new arch has issues when switching between LTR & RTL....
### Introduction FlatList: Using iOS’ UITableView under the hood ### Details With React Native's New Architecture becoming the default, and given that it adds support for synchronous communication between the...
Introduction: React Native Paper is a popular UI library that provides a Portal component to manage rendering of elements outside the main hierarchy, such as modals, tooltips, or dialogs. While...
### Introduction Add Support for onAccessibilityAction to Return Accessibility Data. **NEEDED FOR WINDOWS** ### Details The onAccessibilityAction prop helps developers to be able to add correct accessibility to custom components....
### Introduction React 19 has been released and I can't wait to use its new features. ### Details Update react from rn to version 19.
### Introduction In Expo, we recently discovered a couple of memory leaks. We identify two patterns that can lead to leaks affecting overall performance. This problem may seem quite niche,...
### Introduction We're building a React Native hosting service that allow external developers to access the pre-built engine to make their own stuff. This requires that the native app connect...
### Introduction RN's TextInput has many callbacks, like `onChangeText`, `onSubmitEditing`, `onEndEditing`..., however only `onChangeText` passes the current text as an argument to the callback function. Would it be possible to...
### Introduction Is it possible to improve the experience of integrating React Native into existing native iOS projects by directly managing versions through CocoaPods? ### Details I hope React Native...
Hello ### Wouldn't it be good to have the ability to determine more events for web? Like for Pressable if the Platform.OS === 'web' onPress event returned a value containing...