discussions-and-proposals
discussions-and-proposals copied to clipboard
Discussions and proposal related to the main React Native project
### Introduction A tool called xcodegen could make upgrading between react native versions a lot easier concerning project files from xcode. ### Details Changes that are made in the project.pbxproj...
This is a proposal for a new structure the React Native project could take. I consider it to be part of the spirit of the slimmening, and could also lead...
### Introduction Hi there, I am a B4X user and I am now trying to use React Native. Since B4X compile its Basic-like language to Java/Objective-C, it is very easy...
### Introduction I would like to propose adding support for "Prefer Cross-Fade Transitions" into AccessibilityInfo by exposing the iOS `UIAccessibilityPrefersCrossFadeTransitions()` function. ### Details `UIAccessibilityPrefersCrossFadeTransitions` was added to UIKit on iOS...
### Introduction `LayoutAnimation` is excellent for creating delightful animations. ### Details One issue programmers need to deal with, is that it can be hard to detect when `layout` happens. Consider:...
### Introduction React Native portals would allow to render a component into a different native hierarchy while preserving the context and react tree hierarchy. This feature already exists in the...
Is it possible to add the prop nativeID to a view like follows: `...` And then use that id to locate the view in my native android and iOS code...
### Introduction There are many faulty (android) native modules out there, that often threaten the stability of the whole app just by not properly handling (runtime) exceptions. If RN would,...
### Introduction Develop an App for IPad and Samsung Tab after building APK and AAB files both are not installing on tab ### Details I am developing an app for...
### Introduction Hello everyone, Right now I'm team lead on native apps team in a private company. We develop native apps in Flutter and Kotlin multiplatform. Based on requirements, sometimes...