react-native
react-native copied to clipboard
A framework for building native applications using React
## 🐛 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...
### 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...
## 🐛 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:...
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...
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...
## 🐛 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...
## 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...
### 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: ###...
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...
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...