react-native icon indicating copy to clipboard operation
react-native copied to clipboard

A framework for building native applications using React

Results 2114 react-native issues
Sort by recently updated
recently updated
newest added

## Description Starting from `0.64.0` in iOS on a physical device: When using `` inside `` or ``, the content in the list has an unwanted visual jump down when...

Platform: iOS
Help Wanted :octocat:
Impact: Regression
Component: RefreshControl
Accessibility Team - Evaluated

### Description I had a React Native 0.75.4 project, and everything was fine until I migrated to version 76.9 I'm noticing that in this version, I have components that flash...

Platform: iOS
Needs: Repro
Type: Unsupported Version

### Description The values returned from the `Dimensions` API for 'window' are incorrect on iOS. iOS `Dimensions.get('window').height` is returning the height with SafeAreas and it should be without SafeAreas i.e...

Platform: iOS
Issue: Author Provided Repro
API: Dimensions
Type: Unsupported Version

### Description Both Android and iOS can start emulators, but the program will not start ``` /Users/xuzhibin/.nvm/versions/node/v22.15.0/bin/node /Users/xuzhibin/Desktop/Project/bbhxwlService/node_modules/@react-native-community/cli/build/bin.js run-ios info A dev server is already running for this project on...

Platform: iOS
Resolution: For Stack Overflow
Platform: Android
Needs: Repro

## Summary: This PR allows to interactively close the modal using the swipe down gesture. It fixes 5 year old issue: #29319 In short it removes `modalInPresentation` which according to...

CLA Signed
Partner
p: Callstack
Shared with Meta

### Is this a bug report? yes ### Have you read the [Contributing Guidelines](https://facebook.github.io/react-native/docs/contributing.html)? yes ### Environment Environment: all newer environments Packages: any packages Target Platform: any platform Version: 0.53.0...

Good first issue
Help Wanted :octocat:
Type: Enhancement
Component: FlatList
Bug

# ☂️ Help us Kotlin-ify React Native - Round 3 Hey all 👋 [After the successful second round](https://github.com/facebook/react-native/issues/38825), we're back with another round of tasks to help us improve Kotlin...

Good first issue
Help Wanted :octocat:
:open_umbrella: Umbrella

## Summary: The Image component in Android now supports the same cache control behaviour as in iOS, the examples needed to be separated in the past because the support was...

CLA Signed
Shared with Meta

Summary: React-utils doesn't need to pull in hermes. Just jsi should be enough. ## Motivation I'm trying to break a circular dependency: - React-hermes pulls in React-runtimeexecutor: [code](https://fburl.com/code/mhuxq8gp) - React-runtimeexecutor...

CLA Signed
p: Facebook
Partner
fb-exported

### Description Whenever a TextInput component style props are updated to include outline props (such as outlineWidth), it will erase previously setPadding, and set it to 3dp (checked in android...

Component: TextInput
Platform: Android
Needs: Triage :mag:
Type: New Architecture