Skip to content

Commit 52f5da9

Browse files
committed
Move Image and Pressable fixes into new Android Rendering & Images section
1 parent 4506c3d commit 52f5da9

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

website/blog/2026-06-10-react-native-0.86.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ The following APIs have been deprecated and are due for removal in a future rele
6969

7070
### Rendering, Layout & Animation
7171

72-
- **`Image.getSize` / `Image.getSizeWithHeaders`**: These now return the true source dimensions instead of Fresco's downsampled values.
73-
- **Pressable `android_ripple`**: The `android_ripple` prop now accepts `PlatformColor`.
7472
- **Modal Components `style` prop**: The `style` prop is now forwarded to Modal's inner container View, allowing custom styling (e.g., padding, background colors) without overriding `transparent` or `backdropColor` behavior.
7573
- **Animated mounting layer sync**: Enabled a mounting layer synchronization so Native Animated synchronous updates are not overridden by later React commits. This fixes a flicker where animated views could briefly jump back to their pre-animation values.
7674
- **Text measurement crash**: Fixed a crash when measuring text on a surface that had already been stopped.
@@ -98,6 +96,11 @@ New JSI APIs added to make the C++ interface between native modules and the JS e
9896
- **`isInteger`**: Check if a `jsi::Value` is an integer without calling into the runtime.
9997
- **Error creation APIs**: Factory methods for all standard JS error types (`TypeError`, `RangeError`, `ReferenceError`, `SyntaxError`, `EvalError`, `URIError`).
10098

99+
### Android Rendering & Images
100+
101+
- **`Image.getSize` / `Image.getSizeWithHeaders`**: These now return the true source dimensions instead of Fresco's downsampled values.
102+
- **Pressable `android_ripple`**: The `android_ripple` prop now accepts `PlatformColor`.
103+
101104
### Android Input & Navigation
102105

103106
- **BackHandler event object**: `hardwareBackPress` events now pass an event object with a `timeStamp` property from the native event, enabling timing analysis and event correlation. Existing callbacks that ignore the argument are unaffected.

0 commit comments

Comments
 (0)