discussions-and-proposals
                                
                                
                                
                                    discussions-and-proposals copied to clipboard
                            
                            
                            
                        Discussions and proposal related to the main React Native project
### Introduction Taken from [iOS Human Interface Guidelines](https://developer.apple.com/design/human-interface-guidelines/ios/controls/pull-down-menus/): In iOS 14 and later, a button can display a pull-down menu that lists items or actions from which people can choose....
### Introduction FlatList should expose an 'ItemsWrapper' prop to allow a single parent to wrapper all Items ### Details ### Discussion points I encountered this limitation when I wanted to...
### Introduction I noticed that iOS release builds became a lot slower since React Native 0.62, and it turns out that a lot of this can be explained by Flipper....
### Introduction [Metro doesn't yet support Symlinks](https://github.com/facebook/metro/issues/1), making it difficult to use shared code repository structures across multiple apps/platforms using a single codebase (monorepo). It was one of the top...
### Introduction Hi all, I am wondering if anyone is using the JS/Native bridge from react-native from JS transpiled from other languages (i.e. Java (Andriod union GWT?), Kotlin (JS), Scala...
### Introduction React Native has APIs to get the settings which users need for their application. However, the API required to get the settings is different, which is a little...
### Introduction I've run into an issue trying to compose without breaking parent styles. One way to fix that is exporting the hook, but that does require quite a bit...
### Introduction I'm working on [SnackUI](https://github.com/snackui/snackui), it's a low level UI kit. Because we support react native + web, being able to use `usePressability` would be a major help in...
VirtualizedList virtualizes away items based on proximity to the lists viewport, without consideration for other inputs such as focus or selection. This strategy limits the ability to correctly implement some...
### Introduction Currently react-native is provided with a CocoaPods integration which makes using ReactNative in iOS applications pretty easy. However there are two main drawbacks with this solution: 1. We...