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

## 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...

CLA Signed
p: Facebook
Partner

## 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,...

CLA Signed

### 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)...

Component: TextInput
Platform: Android
Component: FlatList
Needs: Triage :mag:
Impact: Performance

### Description Every some time, the app completely crashes on production and I get this from Sentry: ![image](https://github.com/facebook/react-native/assets/8523135/e8b8501b-2020-4ba4-8c44-730faf156f50) This was also happening on versions previous to 0.72 as well ###...

Platform: Android
Needs: Repro
Needs: Attention

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...

CLA Signed
p: Facebook
Partner
fb-exported

### 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...

Help Wanted :octocat:
Needs: React Native Team Attention

## 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...

CLA Signed
p: Microsoft
Partner

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:...

CLA Signed
p: Facebook
Partner
fb-exported

## 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...

CLA Signed
Partner
p: Sentry

### 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...

Component: Switch
Needs: Triage :mag:
Newer Patch Available