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: With 0.74.rc-5 one bug which related to errors was fixed (#41950). However, the fix introduced another one: the shape of Error objects that come from native modules has...

CLA Signed
Shared with Meta

## Summary: While we (Margelo) were developing a new C++ 3D library for react-native, we noticed that Java often keeps a lot of dead instances in memory, making it hard...

CLA Signed
Shared with Meta

Summary: We should not attempt to load generated classes by the Annotation processor in OSS because we simply don't run it, so those classes will fail to load. I'm short-circuiting...

CLA Signed
p: Facebook
Partner
fb-exported

### Description Redefinition of 'Native....SpecJSI' . Error when building with a custom turbo module. I strictly followed the instructions for create turbo module https://reactnative.dev/docs/the-new-architecture/pillars-turbomodules ### Steps to reproduce -- ###...

Needs: Triage :mag:
Needs: Attention
Type: New Architecture

### Description Some properties of `UIView` are not reset when the views are recycled. The field that caused a problem in our case is [`autoresizingMask`](https://developer.apple.com/documentation/uikit/uiview/1622559-autoresizingmask?language=objc). By default its set to...

Partner
p: Software Mansion
Needs: Triage :mag:
Newer Patch Available
Type: New Architecture

Summary: This change fixes https://github.com/facebook/react-native/issues/43285. Basically, when using a `yarn` alias to install pods, yarn creates a copy of the `node` and `yarn` executables and the `command -v node` command...

CLA Signed
p: Facebook
Partner
fb-exported

I've just updated my project from React Native `0.59.9` to `0.60.5` with `react-native upgrade` and the update helper mentioned in the official blog post. Although my project is already a...

Platform: iOS
Tech: Bundler 📦
Bug
Accessibility Team - Evaluated

## Summary: Previous fix brings in https://github.com/facebook/react-native/pull/42396. Seems it's a mistake to re-add observer? So let's remove it and also not `invalidate` method not be called twice. ## Changelog: [IOS]...

CLA Signed
Shared with Meta

### Description Fatal Exception: java.lang.UnsatisfiedLinkError couldn't find DSO to load: libhermes.so caused by: couldn't find DSO to load: libjsi.so caused by: couldn't find DSO to load: libfolly_runtime.so caused by: couldn't...

API: Share
Needs: Repro
Newer Patch Available
Needs: Attention

Summary: ## Changelog: [Internal] - As in the title. Differential Revision: D55576494

CLA Signed
p: Facebook
Partner
fb-exported