react-native
react-native copied to clipboard
A framework for building native applications using React
## Description `Error: Interpolation property 'useNativeDriver' is not supported by native animated module` This error occurs when I run on an emulator and set useNativeDriver to true on the Animated...
### Description Hello, I have a situation where I want to do Math.max between two different animated values. I have a chat bubble that floats on the bottom of the...
### Description Jest tests runs successfully after installing the dependencies using npm install but fails after using pnpm install . Full error message : ``` /node_modules/.pnpm/@[email protected]/node_modules/@react-native/polyfills/error-guard.js:14 type ErrorHandler = (error:...
@mojodna #45252 @jsierles #45299 @augustl #42221 @aroth #45297 @sharnik #38633 ## Summary: ## Changelog: ## Test Plan:
Summary: This updates ReactImageView to share the background drawing and clipping code used by other built-in components. This means manipulating a background drawable, and clippping at draw time, instead of...
Summary: ## Changelog As a followup to https://github.com/facebook/react-native/pull/45139 There I only implemented `hostPlatformColorFromRGBA` and `alpha/red/green/blueFromHostPlatformColor` on cxx platform, then used cxx platform specific method at some places. but really I...
## Summary: Android TextView native implementation clips oversized font glyphs due to padding box clipping. This can be found in TextView sources: https://android.googlesource.com/platform/frameworks/base/+/jb-mr0-release/core/java/android/widget/TextView.java#4852 https://android.googlesource.com/platform/frameworks/base/+/jb-mr0-release/core/java/android/widget/TextView.java#4838 This causes dense fonts to be...
## Summary: Support for new iOS text content type to autofill cellular EID or cellular IMEI: - https://developer.apple.com/documentation/uikit/uitextcontenttypecellulareid?language=objc - https://developer.apple.com/documentation/uikit/uitextcontenttypecellularimei?language=objc ## Changelog: [IOS] [ADDED] - new text content type cellular...
## Summary: This PR adds Paper support to `inset` logical properties on Android as requested on https://github.com/facebook/react-native/issues/34425. This implementation includes the addition of the following style properties - `inset`, equivalent...
### Description I am adding RTL support in an app with the default language as Arabic and RTL=true. For that, on the first render in index.js, I am forcing RTL...