discussions-and-proposals
                                
                                
                                
                                    discussions-and-proposals copied to clipboard
                            
                            
                            
                        Discussions and proposal related to the main React Native project
### Introduction What about serving React native with its own js compiler which compiles jsbundle to bytecode and then into executable binary. Which is same like Flutter came with its...
Only way right now I can see is to use webview to use canvas. I tried searching for the packages online but most of them seems to be abandoned. Can...
### Introduction react native cli packages are added as dependencies in react-native instead of dev dependencies. ### Details From the react-native package.json, We got to know that three cli packages:...
# React Native and command line experience(s) The RN community has a wide variety of command line tools ([`react-native-community/cli`](https://github.com/react-native-community/cli), [`create-react-native-app`](https://github.com/expo/create-react-native-app), [`expo-cli`](https://github.com/expo/expo-cli), [`ignite-cli`](https://github.com/infinitered/ignite), etc.). While all have unique features (templates, environment...
Hi I am working on adding Swift support to `create-react-native-module` (see https://github.com/brodybits/create-react-native-module/pull/353) and have encountered a message like this: ```console Module ATest requires main queue setup since it overrides `init`...
### Introduction gradle build succeeds regardless of whether the JS engine is included or not. However, since react native app requires JS engine, I want to be able to check...
### Introduction Redirection for images works on iOS probably thanks to this : https://github.com/facebook/react-native/commit/192ab663b76dd8e640915c0670830c2de557804f But not on android. ### Details ### Discussion points I just want to have the same...
### Introduction After being moved out from React Native, some packages got registered under @react-native-community in order to make it easier to update the projects depending on them. The issue...
Hi, There is a requirement to update the Alert button colours in android as per the application's colour theme dynamically. Is there any roadmap in future that plans to implement...
### Introduction It appears currently impossible to create an RCTBridge instance that specifies an exclusive list of native modules to load. [All native modules are registered program-wide](https://github.com/facebook/react-native/blob/e4b6392ee7b060f5780edb8830f46ffd50790598/React/Base/RCTBridge.m#L43-L52) via the accompanying...