@umituz/react-native-ai-creations 1.4.10 → 1.4.11

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-creations",
3
- "version": "1.4.10",
3
+ "version": "1.4.11",
4
4
  "description": "AI-generated creations gallery with filtering, sharing, and management for React Native apps",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -190,7 +190,7 @@ export function CreationsGalleryScreen({
190
190
  onIndexChange={setViewerIndex}
191
191
  enableEditing={enableEditing}
192
192
  onImageEdit={onImageEdit}
193
- selectedCreationId={selectedCreation ? selectedCreation.id : undefined}
193
+ selectedCreationId={(selectedCreation as Creation | null)?.id}
194
194
  />
195
195
 
196
196
  <FilterBottomSheet