Skip to content

Commit 7fd3332

Browse files
committed
Fold Pressable and Image fixes into renamed Android Input, Navigation & Images section
1 parent 52f5da9 commit 7fd3332

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,18 +96,15 @@ New JSI APIs added to make the C++ interface between native modules and the JS e
9696
- **`isInteger`**: Check if a `jsi::Value` is an integer without calling into the runtime.
9797
- **Error creation APIs**: Factory methods for all standard JS error types (`TypeError`, `RangeError`, `ReferenceError`, `SyntaxError`, `EvalError`, `URIError`).
9898

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-
104-
### Android Input & Navigation
99+
### Android Input, Navigation & Images
105100

106101
- **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.
107102
- **BackHandler resume fix on API 36+**: `BackHandler` callbacks stopped working after the app was resumed from the background on Android API 36+. The fix ensures the back button handler is properly re-registered during `onHostResume`.
108103
- **LogBox/RedBox back button dismiss**: LogBox notification toasts and the inspector overlay can now be dismissed via the Android hardware back button.
109104
- **TextInput `setAutoCapitalize` Samsung fix**: Fixed `setAutoCapitalize` stripping `TYPE_NUMBER_FLAG_SIGNED` and `TYPE_NUMBER_FLAG_DECIMAL` flags on Samsung keyboards, which prevented users from typing minus signs in numeric inputs.
110105
- **TextInput/KeyboardAvoidingView IME height**: `KeyboardAvoidingView` and TextInput auto-scroll now respond correctly to IME height changes, such as toggling between the keyboard and emoji panel or when the predictive text bar appears.
106+
- **Pressable `android_ripple`**: The `android_ripple` prop now accepts `PlatformColor`.
107+
- **`Image.getSize` / `Image.getSizeWithHeaders`**: These now return the true source dimensions instead of Fresco's downsampled values.
111108

112109
### Android Networking
113110

0 commit comments

Comments
 (0)