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 Earlier I used to detect the env based like this ``` let isProduction = window.__DEV__ ? false : true; ``` problem is that isProduction is true on debug...

### Introduction Apple recently introduced an API for the Foundation Models framework within the Swift ecosystem. This allows usage of on device AI models for tasks. Quick video guide [here](https://developer.apple.com/videos/play/wwdc2025/259/)...

Over in the tight-knit [react-native-carplay](https://github.com/birkir/react-native-carplay)-community we [keep struggling](https://github.com/birkir/react-native-carplay/pull/158) with changing the iOS initialization on every new release of React Native. This is due to React Native generally assuming phone/tablet usage...

### Introduction `` works very differently on iOS and Android. On Android a long-press lets the user drag selection handles and copy any substring. On iOS it only shows a...

### Introduction Our project requires good highlighting of the buttons when using keyboard navigation. This is currently hard to do as there is no trigger on buttons that would indicate...

Hi React Native team, I am currently developing applications targeting foldable devices, and I’ve noticed that React Native lacks native APIs or interfaces to handle foldable-specific features, such as determining...

My React Native application is in Hebrew and Arabic (RTL layout), and I’ve enabled RTL using: ``` import { I18nManager } from 'react-native'; I18nManager.forceRTL(true); ``` However, when using VoiceOver on...

# Minimal reproducible example https://github.com/myfaverate/ReactNativeHotLoadMultiBundle # Prerequisites: ```shell $ npm run start $ curl "http://localhost:8081/index.bundle?platform=android&dev=true&minify=false" $ curl "http://localhost:8081/home.bundle?platform=android&dev=true&minify=false" $ curl "http://localhost:8081/user.bundle?platform=android&dev=true&minify=false" ``` # Expectation MainActivity -> index.bundle -> development: hot...

Description: I’m facing an accessibility issue in my app. I want the screen reader to read the content in a specific logical order. However, it currently reads the content based...

Adding OkLab color space to React Native # [View the rendered RFC](https://github.com/AntoineThibi/discussions-and-proposals/blob/add-oklab-color-space/proposals/0778-add-oklab-color-space.md)