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: closes #44050 I'm not familiar with the internals so not sure if this is the right fix because it _feels_ there could / should be some different flow...

CLA Signed
Shared with Meta

Summary: Changelog: [Internal] in this change, we introduce a new CallInvoker that will replace BridgelessJSCallInvoker. instead of RuntimeExecutor, this CallInvoker is powered by a PriorityRuntimeExecutor, meaning that its underlying runtime...

CLA Signed
Stale
p: Facebook
Partner
fb-exported

Summary: Changelog: [Internal] the goal is to allow userland to pass down scheduler priorities to the CallInvoker. in bridge, we currently have RuntimeSchedulerCallInvoker. though this supports priorities, we cannot reuse...

CLA Signed
Stale
p: Facebook
Partner
fb-exported

Summary: Changelog: [Internal] in this change, we migrate away from BridgelessJSCallInvoker to PriorityCallInvoker. now we can use this to decorate native modules that need async access to the runtime, and...

CLA Signed
Stale
p: Facebook
Partner
fb-exported

Summary: Refactoring `FabricJSIModuleProvider` to implement the newly added `UIManagerProvider` interface instead of the `JSIModuleProvider` in order to get rid of JSI Module thereby renaming it to `FabricUIManagerProviderImpl` Changelog: [Internal] internal...

CLA Signed
Stale
p: Facebook
Partner
fb-exported

## Description A bug with `TextInput` when `multiline` is `true` and the `placeholder` is set after certain timeout. This bug only happens on iOS. It works fine on Android. ##...

Platform: iOS
Stale
Component: TextInput

### Description **Issue Summary**: After The Appearance.addChangeListener method does not respond to changes in the operating system's theme settings after the Appearance.setColorScheme method has been invoked within the application. It...

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

### Description After adding macros in android.mk, it is still not possible to obtain trace information for c++ ### Steps to reproduce 1、add" LOCAL_CFLAGS += -DWITH_FBSYSTRACE LOCAL_CPPFLAGS += -DWITH_FBSYSTRACE" in...

Stale
API: Systrace
Needs: Author Feedback
Needs: Repro
Newer Patch Available

## Summary Motivation is to create a simple utility to reuse the validation to render a node from any component. ## Changelog [General] [Added] - Add render node utility to...

CLA Signed
Stale
Type: Enhancement