discussions-and-proposals icon indicating copy to clipboard operation
discussions-and-proposals copied to clipboard

Discussions and proposal related to the main React Native project

Results 230 discussions-and-proposals issues
Sort by recently updated
recently updated
newest added

### Introduction Missing the activeOpacity prop in the new Pressable component ### Details In TouchableOpacity, it is possible to set the value of the activeOpacity prop to dim the button...

### Introduction A full server-side react native(render remote in browser) for easy and fast desktop/mobile app development like Microsoft Blazor ServerSide, https://docs.microsoft.com/en-us/aspnet/core/blazor/hosting-models?view=aspnetcore-6.0 , ![demo](https://docs.microsoft.com/en-us/aspnet/core/blazor/hosting-models/_static/blazor-server.png?view=aspnetcore-6.0)) ### Details a new react-native Reconciliation,...

### Introduction Wish: Deploy to Linux based platforms and/or OSS toolkits or underlying graphics libraries It would be interesting to extends platform supports. ### Details While X11 or Wayland (+KMS)...

we have onEndReached https://reactnative.dev/docs/flatlist#onendreached We need OnStartReached Please!

Accessibility Issue:- I have set of big text area which has 3 sections, each sections are break down with '\n\n' new line . with this new line content section looks...

This is a proposal to expand React Native accessibility APIs, and to align those APIs with equivalent web standards, e.g., [WAI-ARIA](https://www.w3.org/TR/wai-aria-1.2/). The aim is to provide developers with a single,...

### Introduction The current React Native initial setup doesn't provide any dependency locking for Android. To me it is a very hard task to setup a correct mechanism for locking...

With so many Framework options to choose from; developers of all levels want to be able to quickly explore a new (to them) Framework quickly with out the friction of...

### Introduction I have problem with returnKeyType on TextInput. I don't think there is any way to do that for textarea. I need some returnKeyType="return".