react-native
react-native copied to clipboard
A framework for building native applications using React
### Description When the content of a text-component has the same width as the text-component itself, it can lead to a line break which leads to an empty line. ###...
### Description * Calling the measure method on React.Image within the onLayout hook of said component gives inconsistent results. * On first rendering of the screen containing the Image the...
### Description We are receiving reports of dimensions problems with the new Samsung One UI 4.0 release on Android 12 devices. Some of our screens and images appears shifted to...
When using the `aws-sdk` package on iOS to upload files to S3, iOS experiences a native crash. I have narrowed it down to this line here: https://github.com/facebook/react-native/blob/v0.61.5/Libraries/Blob/RCTBlobManager.mm#L101. If I comment...
### Description I have an error only on iOS to upload the image, on android it goes normally. In another app I made, I use the same format to send...
This PR is a task of #34872 ## Summary > Extract the content of the tryParse (Flow, TypeScript)lambda into a proper `parseObjectProperty` function into the parsers-commons.js file. also, - added...
# Add support for Web styles to components This is the umbrella issue for basic React DOM / Web style additions to React Native components, as described in this proposal:...
## Summary This PR is a task from https://github.com/facebook/react-native/issues/34872: > Extract the UnsupportedFunctionParamTypeAnnotationParserError in its own throwing function (if it does not exists already) and reuse that function passing a...
### Description Hello, I could not run the application running smoothly on android as ios. ### Version 0.68.2 ### Output of `npx react-native info` System: OS: macOS 12.4 CPU: (8)...
## Summary I wanted to start working on a thing but this barrage of warnings was very annoying so ended up doing this instead: a very small PR to take...