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

A framework for building native applications using React

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

Summary: This change is a proof of concept to try Compose integration with RN component on Android by measuring and drawing Switch component through a Composable function. To interface Composable...

CLA Signed
p: Facebook
Partner
fb-exported
Never gets stale

### Description On Android 14, quickly scrolling to the top of a ScrollView can result in a negative offset. See snack and attached video. This bug is still present without...

Issue: Author Provided Repro
Platform: Android
Component: ScrollView

### Description I thank you for the work you are doing with React Native. Recently in one of my projects I correctly integrated the Linking.getInitialUrl and Linking.addEventListener APIs. However out...

Platform: iOS
API: Linking
Needs: Triage :mag:

### Description just by `init`-ing new project, Mac Catalyst build fails. (It used to work in react-native 0.64) ### Version 0.66.2 ### Output of `react-native info` info Fetching system and...

Stale
Needs: Triage :mag:

Summary: Changelog: [Android][Removed] Delete ReactContext.initializeWithInstance(). ReactContext now no longer contains legacy react instance methods. Please use BridgeReactInstance instead. Yet another attempt to land this (last one was D55964787). Copy-pasting below...

CLA Signed
p: Facebook
Partner

Summary: A simple CLI to build our iOS `helloworld` application. This isn't intended for an audience other that the release team. Some Framwork authors might be interested in it as...

CLA Signed
p: Facebook
Partner
fb-exported

## Summary: fixing some problem for `ReactActivity.getReactDelegate().reload()` from #43521: - the `reload()` does not work for bridge mode on release build ## Changelog: [ANDROID] [FIXED] - Fixed app reloading for...

CLA Signed
p: Expo
Partner
Contributor
Shared with Meta

Summary: Changelog: [Android][Fixed] PointerEvents were not dispatching after a scroll event Reviewed By: RSNara Differential Revision: D56519337

CLA Signed
p: Facebook
Partner
fb-exported

Summary: This adds support for color function values to ColorPropConverter per the wide gamut color [RFC](https://github.com/react-native-community/discussions-and-proposals/pull/738). It updates the color conversion code so that it returns a Color instance before...

CLA Signed
p: Facebook
Partner
fb-exported

## Summary: As of now, Apple does not respect privacy manifests added as cocoapods resource bundles. This forces react-native developers to manually copy `.xcprivacy` files content for each native dependency...

CLA Signed
p: Expo
Partner
p: Software Mansion
Shared with Meta