@umituz/react-native-ai-generation-content 1.88.6 → 1.88.7

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.88.6",
3
+ "version": "1.88.7",
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",
@@ -117,6 +117,7 @@ export const ResultActionBar: React.FC<ResultActionBarProps> = ({
117
117
  <AtomicIcon name="star-outline" customSize={20} color="onPrimary" />
118
118
  </TouchableOpacity>
119
119
  )}
120
+ {/* Photo & Video editing - Disabled for now
120
121
  {onEdit && (
121
122
  <TouchableOpacity
122
123
  style={styles.iconButton}
@@ -135,6 +136,7 @@ export const ResultActionBar: React.FC<ResultActionBarProps> = ({
135
136
  <AtomicIcon name="video" customSize={20} color="onPrimary" />
136
137
  </TouchableOpacity>
137
138
  )}
139
+ */}
138
140
  {onShareToFeed && (
139
141
  <TouchableOpacity
140
142
  style={styles.iconButton}