discussions-and-proposals
discussions-and-proposals copied to clipboard
Discussions and proposal related to the main React Native project
With the new React Native architecture getting ready for wider rollout, it is a good opportunity to revisit how Android apps are including React Native in Gradle today. Right now,...
This proposal describes various cross platform improvements supported by most platforms.
Hello there! I have tried to search for this topic via google, but if you type "react-native" and "flutter" you always get a "vs." comparison. I am a big fan...
### Introduction `FlatList`s and `SectionList`s break the compositional nature of React/JSX. Could we maintain composition while still virtualizing lists? ### The Core of It `FlatList`s and `SectionList`s are harder to...
### Introduction I want to inquire and discuss about support for RN apps that live in subdirectories, like `app/`. ### The Core of It My project structure is that I...
### Introduction As far as I understand, it is currently impossible to set a custom DNS server or other domain to IP resolving mechanisms for the application to be used...
### Introduction Some time ago we sat down and discussed ABI stability issues with a group of Facebook engineers who care about the topic. As a result, we assembled a...
### Introduction When I imported _SafeAreaView_ it right next to my import for `View`, it made me wonder why the former can't be absorbed into the latter. ### Details Having...
### Introduction Hello guys, I am currently trying to contribute to the community, I have already done this with the react native website and I would also like to contribute...
### Introduction I recently started using React Native for an application initiative at _current job_. During some web-based front end work, I created some internal libraries to standardize our data...