discussions-and-proposals
                                
                                
                                
                                    discussions-and-proposals copied to clipboard
                            
                            
                            
                        Discussions and proposal related to the main React Native project
## Introduction #40 gives a primer the high level overview and architecture of Turbo Modules, but there doesn't seem to be a single place that discusses each of the developer...
### Introduction In JSI, if you want to create an `Object` instance with native backing, you can call `Object::createFromHostObject` and pass it a `HostObject`. This allows property accessors/setters to go...
### Introduction A lot of React Native consumers rely on the screen and window dimensions to compute their layouts. Yet, after 5 years of React Native releases, this module is...
### Introduction At Shopify, React Native is our default technology for building mobile apps. We use the official React Native CLI in combination with some internal tooling to interact with...
### Introduction Filling out forms is one of the essential cornerstones for the user experience in mobile applications. There are a lot of form toolkits out there, but to create...
### Introduction Today, we can't pass custom property to any React Native Component like `View`, `Image`. And if we do that, React Native will throw errors. ### Details There are...
Currently every Release build in iOS and Android invokes Metro bundler with `--reset-cache` to make a clean build. This becomes problematic when there are several 'flavors' that need to be...
### Introduction In the [Jest documentation](https://jestjs.io/docs/en/tutorial-react-native), the `react-native` preset provided by React Native is described as follows: > The preset is a node environment that mimics the environment of a...
### Introduction Yesterday (June 22nd) Apple held it's yearly WWDC. They announced Widgets for the Homescreen, which can display small amount of information about your app. The photos app for...
This proposal adds new accessibility roles for supporting lists as well as new APIs for describing size of lists,nth item in the list etc., This addresses Issues [2578](https://github.com/microsoft/react-native-windows/issues/2578) and [2579](https://github.com/microsoft/react-native-windows/issues/2579)...