discussions-and-proposals
discussions-and-proposals copied to clipboard
Discussions and proposal related to the main React Native project
Excuse me,My requirement is to dynamically switch the language of the soft keyboard on IOS or Android. The premise of switching is that the user manually adds a certain language...
This RFC discusses the bounding box, and a way to specify what type of bounding box you want.
### Introduction Prettier is know to cause many ESLint issues & conflicts as well as being [slow](https://github.com/prettier/eslint-plugin-prettier/issues/304) to run since it has to "boot up" prettier executable each time it...
### Introduction It's now popular in many apps to have the sign up / log in screen with the keyboard already open and with inputs in autofocus. It is great...
### Introduction I am writing to request support for viewport units in React Native. These units allow developers to define sizes and dimensions in relation to the viewport, providing a...
### How to make sure react native application is protected against screen overlay attacks and how to test it? We need to make sure our react native app follows MSTG-PLATFORM-9....
### Introduction Keeping `Gemfile` inside ios folder. ### Details Recently I implemented fastlane into my React Native app. To keep everything clean I created separate fastlane folder structure for `ios`...
Current Behaviour : In the TextInput component, the placeholder prop accepts an only string or undefined type. Expected Behavior: Need a React.ReactElement type in TextInput placeholder prop to pass a...
### Introduction I want to support deep linking in my app and keep the navigation **as fast as possible** without awaiting a promise. ### Details The Linking.getInitialURL() is now a...
### Introduction While React Native provides some excellent APIs for allowing packages to bind native libraries to TypeScript, we have a requirement to centralise business logic outside of packages. However,...