@umituz/react-native-ai-generation-content 1.17.261 → 1.17.262

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.17.261",
3
+ "version": "1.17.262",
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",
@@ -24,7 +24,7 @@ export const ResultPreviewScreen: React.FC<ResultPreviewScreenProps> = ({
24
24
  onShare,
25
25
  onTryAgain,
26
26
  onNavigateBack,
27
- onRate,
27
+ _onRate,
28
28
  recentCreations,
29
29
  onViewAll,
30
30
  onCreationPress,
@@ -96,7 +96,7 @@ export interface ResultPreviewScreenProps {
96
96
  onShare: () => void;
97
97
  onTryAgain: () => void;
98
98
  onNavigateBack: () => void;
99
- onRate?: () => void;
99
+ _onRate?: () => void;
100
100
  /** Recent creations to display */
101
101
  recentCreations?: readonly RecentCreation[];
102
102
  /** Navigate to all creations */