react-native
react-native copied to clipboard
A framework for building native applications using React
## 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...
## 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...
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...
### 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 -- ###...
### 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...
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...
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...
## 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]...
### 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...
Summary: ## Changelog: [Internal] - As in the title. Differential Revision: D55576494