react-native
react-native copied to clipboard
A framework for building native applications using React
## 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...
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...
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...
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...
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...
## 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. ##...
### 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...
### 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...
## 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...