react-native
react-native copied to clipboard
A framework for building native applications using React
## Overview This PR updates the ECOSYSTEM.md with more information for how to apply to be a partner, and includes an update to the joining process including a 3 month...
## Summary: As explained in this issue: - https://github.com/facebook/react-native/issues/35350 starting from android API 33 there are severe performance issues when using `scaleY: -1` on a view, and its child view,...
### Description When having a `FlatList` and a `TextInput` in one view and the `FlatList` has the `inverted={true}` prop set and the android device is on API 33 (Android 13)...
### Description Every some time, the app completely crashes on production and I get this from Sentry:  This was also happening on versions previous to 0.72 as well ###...
Summary: This diff adds Android specific implementation of RN$NativeComponentRegistry_getNativeViewConfig to JS runtime. This function provides native view config for a native component in bridgeless mode. Changelog: [Internal] - Introduce RN$NativeComponentRegistry_getNativeViewConfig...
### Description Spinning up a new project using React Native 0.71.3 will generate various .so files packaged in the Android APK generated when running ./gradlew assembleRelease . Of these .so...
## Summary: See: http://blog.nparashuram.com/2019/10/debugging-react-native-ios-apps-with.html When using direct debugging with JavaScriptCore, Safari Web Inspector doesn't pick up the source map. This leads to a very sub-par developer experience debugging the JSbundle...
Summary: # Changelog: [Internal] - I've noticed bundler spamming with cyclical dependency warnings when working on FB4A. This gets rid of the unneeded two-way dependency between `ListMetricsAggregator VirtualizeUtils`. Differential Revision:...
## Summary: This PR builds upon the previous work done in https://github.com/facebook/react-native/pull/36925, which introduced native stack traces to the JSError for synchronous functions. The current modifications concentrate on functions that...
### Description **Expected behavior:** When the Switch component value is false, the background color should remain white. **Actual behavior:** When the Switch component value is false, the background color appears...