@umituz/react-native-ai-generation-content 1.90.13 → 1.90.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umituz/react-native-ai-generation-content",
3
- "version": "1.90.13",
3
+ "version": "1.90.14",
4
4
  "description": "Provider-agnostic AI generation orchestration for React Native with result preview components",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",
@@ -126,8 +126,6 @@ export function CreationImagePreview({
126
126
  style={styles.image}
127
127
  contentFit="cover"
128
128
  cachePolicy="disk"
129
- onError={handleImageError}
130
- onLoadEnd={handleLoadEnd}
131
129
  placeholder={{ blurhash: "L6PZfSi_.AyE_3t7t7R**0o#DgR4" }}
132
130
  placeholderContentFit="cover"
133
131
  />