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 adds a drawable, when when drawn on the bounds of a border-box sized view, will draw a spec compliant box-shadow outside the box. This is reliant...

CLA Signed
p: Facebook
Partner
fb-exported

Summary: ## Changelog: [Internal] - With D55574528 and D55623682 having landed concurrently, and the latter enabling warnings-as-errors for Kotlin files vs the former having one such warning, this caused a...

CLA Signed
p: Facebook
Partner
fb-exported

Summary: Makes some changes to `FilterHelper` to expose RenderEffects for filters publicly to other classes in the module. We use this in box-shadow, in order to reuse logic for sigma...

CLA Signed
p: Facebook
Partner
fb-exported

Summary: # Changelog: [Internal] - Converts code related to DevSettings Module/Activity to Kotlin. Differential Revision: D55574529

CLA Signed
p: Facebook
Partner
fb-exported

- [X] Review the documentation: https://facebook.github.io/react-native - [X] Search for existing issues: https://github.com/facebook/react-native/issues - [X] Use the latest React Native release: https://github.com/facebook/react-native/releases ## Environment React Native Environment Info: System: OS:...

Component: TextInput
Bug

### Description If you run the app without starting metro, you will see the error screen with "no bundle url present". Starting metro and then hitting reload on this screen,...

p: Expo
Partner

### Description There is severe artifacting on iOS when using rotation animations with the `Animated` api on the new architecture and bridgeless. ### Steps to reproduce In RNTester, navigate to...

p: Expo
Partner
Type: New Architecture

## Summary: Add the `ReactMarkerConstants.CONTENT_APPEARED` support on Android in bridgeless mode. This is an important marker for TTI measurement. ## Changelog: [ANDROID] [ADDED] - Add the `ReactMarkerConstants.CONTENT_APPEARED` support on Android...

CLA Signed
p: Expo
Partner
Contributor
Shared with Meta

Summary: D54574139, D54703159 and D54670119 added `onNewIntent`, `onActivityResult` and `onWindowFocusChange` These methods, like others in this class, check for a context to be ready before passing on a method. However,...

CLA Signed
p: Facebook
Partner
fb-exported

### Description When using a `borderColor` and `borderBottomColor` with different values on the same `View`: Expected result: 3 borders have the `borderColor` color, and 1 has the `borderBottomColor` color. Actual...

Issue: Author Provided Repro
Platform: Android
Bug