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

## 🐛 Bug Report When a `ScrollView` contains enough children that they will not all fit on the screen, a runaway thread causes CPU usage to increase to 100% for...

Platform: iOS
Impact: Regression
Stale
Component: ScrollView
Bug

### Description I upgraded the react-native version from 0.67.5 to 0.68.5 to 0.69.7 and now I have this crash, not sure what is the problem, it seems that I have...

Platform: iOS
Stale
Needs: Triage :mag:
Needs: Author Feedback
Needs: Repro

## 🐛 Bug Report It seems that scroll view doesn't calculate properly the size of its container when `contentInsetAdjustmentBehavior` is set to `automatic` ## To Reproduce Refer to this snack:...

Platform: iOS
Bug

Summary: ## Changelog: [Internal] - Add unit tests for the WebPerformance library (PerformanceEntryReporter) This sets up a C++ unit test suite for `PerformanceEntryReporter` (the core part of the native side...

CLA Signed
p: Facebook
Partner
fb-exported

There are small typos in: - Libraries/Core/setUpTimers.js - Libraries/LogBox/Data/LogBoxData.js - Libraries/Pressability/Pressability.js - Libraries/Renderer/implementations/ReactFabric-dev.js - Libraries/Renderer/implementations/ReactNativeRenderer-dev.js - ReactCommon/react/nativemodule/core/platform/ios/RCTBlockGuard.h Fixes: - Should read `snapshot` rather than `snapsho`. - Should read `symbolication` rather...

CLA Signed

## 🐛 Bug Report JavaScript strings with NULL character are not handled properly ## To Reproduce ```jsx {'Hello \u0000 World'} ``` The text is cuted to Hello It does not...

JavaScript
Bug
Never gets stale

## Summary `createStringFromUtf8` currently calls JavascriptCore's `JSStringCreateWithUTF8CString(const char *)` method when retrieving strings from the native side, causing strings with NULL values in-between to be early-truncated (since it stops reading...

CLA Signed
Bug
Shared with Meta

### Description When nesting `Text` ```jsx boldbold & italicbold ``` on Android, the font weight will not be applied to the inner Text: on iOS it renders as expected: ###...

Stale
Platform: Android
Needs: Triage :mag:

Please provide all the information requested. Issues that do not follow this format are likely to stall. ## Description KeyboardAvoidingView is not working correctly when used inside a Modal with...

Component: KeyboardAvoidingView
Component: Modal
API: Keyboard
Needs: Triage :mag:

https://user-images.githubusercontent.com/98796522/174580517-0f017b94-1050-4712-bac1-c782dadb89ec.MP4 ### Description When we change the sections data provided to a sectionList component, the expected behaviour is for the sectionList component to recalculate and update the sticking positions of...

Priority: Low
Platform: All
Impact: Bug