@umituz/react-native-ai-generation-content 1.17.223 → 1.17.225

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.223",
3
+ "version": "1.17.225",
4
4
  "description": "Provider-agnostic AI generation orchestration for React Native",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",
@@ -102,7 +102,6 @@ export const MemeGeneratorScreen: React.FC<MemeGeneratorScreenProps> = ({
102
102
  />
103
103
  }
104
104
  scrollable={true}
105
- responsiveEnabled={false}
106
105
  contentContainerStyle={{ paddingHorizontal: 0 }}
107
106
  keyboardAvoiding={true}
108
107
  >
package/src/index.ts CHANGED
@@ -41,7 +41,7 @@ export {
41
41
 
42
42
  export type {
43
43
  OrchestratorConfig, PollJobOptions, PollJobResult, WrapperConfig, ImageResultExtractor,
44
- ExecuteImageFeatureOptions, ImageFeatureResult, ImageFeatureRequest, VideoResultExtractor,
44
+ ExecuteImageFeatureOptions, ImageFeatureResult, ImageFeatureRequest,
45
45
  ExecuteVideoFeatureOptions, VideoFeatureResult, VideoFeatureRequest,
46
46
  } from "./infrastructure/services";
47
47
 
@@ -27,7 +27,6 @@ export {
27
27
  hasVideoFeatureSupport,
28
28
  } from "./video-feature-executor.service";
29
29
  export type {
30
- VideoResultExtractor,
31
30
  ExecuteVideoFeatureOptions,
32
31
  VideoFeatureResult,
33
32
  VideoFeatureRequest,