Skip to content

Commit abf7e52

Browse files
committed
Update changeset
1 parent e38db1c commit abf7e52

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.changeset/quick-cats-move.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
'react-native-responsive-image-view': major
33
---
44

5-
Update react-native, React, and refactor some things.
5+
Update major dev dependencies (react-native 0.78 and React 19) and refactor some internals.
66

7-
### Breaking Changes
7+
### BREAKING CHANGES
88

99
#### Component Import
1010

@@ -15,10 +15,12 @@ Update react-native, React, and refactor some things.
1515
+import { ResponsiveImageView } from 'react-native-responsive-image-view';
1616
```
1717

18-
- You shouldn't have to memoize the `onLoad` and `onError` callbacks anymore if you were doing so previously.
19-
2018
#### TypeScript
2119

2220
- `ResponsiveImageViewProps` is now a type rather than an interface (should only impact you if you were extending it)
21+
22+
### Features and Fixes
23+
24+
- You shouldn't have to memoize the `onLoad` and `onError` callbacks anymore if you were doing so previously
2325
- `ResponsiveImageView` return type changed from `React.ReactElement<ResponsiveImageViewProps> | null` to `React.JSX.Element | null` which is more accurate
2426
- New `UseResponsiveImageViewOptions` type for hook options

0 commit comments

Comments
 (0)