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

## Summary: Inline is on the critical path of rich text, for example, (a center aligned lozenge as shown bellow) , where alignment is at its essence. This PR is...

CLA Signed
Stale
Shared with Meta

### Description On iOS, the placeholder is not scaled with the font-size so its always shown in its entirety. I would expect a property to set this. Android works fine!...

Platform: iOS
Component: TextInput
Needs: Repro

### Description It seems codegen currently chokes on types imported from a different module, _i.e._ consider this example: ```ts // types.ts export type MyType = { field: string; }; //...

Tech: Codegen
Needs: React Native Team Attention
Type: New Architecture
Never gets stale

Summary: changelog: [interna] force_static doesn't need to be in here, let's remove it. I change one module per diff. It makes it easier to land it and pinpoint where build...

CLA Signed
p: Facebook
Partner

### Description When app is launched from quit state DeviceEventEmitter.addListener is not working in Release build for Android. It is working perfectly fine in Debug build. I have tried using...

Platform: Android
Needs: Triage :mag:
Needs: Author Feedback
Needs: Repro
Newer Patch Available

### Description On Android, pressing within the TextInput to move the cursor and long-pressing to select/paste are handled by native (Java/Kotlin) components rather than React components. Due to a limitation...

Stale
Component: TextInput
Platform: Android
Needs: Triage :mag:
Newer Patch Available

## Description _[(Note: This was originally asked on Stack Overflow, but it seems there isn't an existing solution, so filing this as a bug here).](https://stackoverflow.com/q/66726751/827129)_ I'm using [FlatList](https://reactnative.dev/docs/flatlist) to render...

Needs: Triage :mag:

### Description ios cannot debug with hermes engine when setup mutiple configuration scheme ![Screenshot 2024-03-29 at 09 39 00](https://github.com/facebook/react-native/assets/92295859/813ccc35-ec93-44ca-8312-7665c1d500c5) ![Screenshot 2024-03-29 at 09 42 13](https://github.com/facebook/react-native/assets/92295859/b995f30c-14de-4ce5-a014-d51a22ec1ae9) ### Steps to reproduce 1....

Platform: iOS
Stale
Needs: Triage :mag:
Needs: Author Feedback
Needs: Repro

### Description ❌ /Users/mac/Library/Developer/Xcode/DerivedData/name-cyhmusmnrimlvbgabnbaiohwxlxj/Build/Products/Debug-iphonesimulator/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core/ReactCommon/LongLivedObject.h:11:10: 'react/bridging/LongLivedObject.h' file not found ### React Native Version 0.72.5 ### Output of `npx react-native info` System: OS: macOS 13.4 CPU: (6) x64 Intel(R) Core(TM) i5-8500B CPU...

Stale
Needs: Triage :mag:
Needs: Repro
Newer Patch Available

## Description On Android 11, dismissing the request permission popup by tapping outside of it **or** by pressing the hardware back button will result on a `never_ask_again` answer even if...

Stale
Platform: Android
API: PermissionsAndroid
Needs: Triage :mag: