@umituz/react-native-ai-generation-content 1.17.272 → 1.17.273

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.272",
3
+ "version": "1.17.273",
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",
@@ -146,7 +146,7 @@ export function CreationsGalleryScreen({
146
146
  ), [isLoading, creations, filters.isFiltered, tokens, t, config, emptyActionLabel, onEmptyAction, filters.clearAllFilters]);
147
147
 
148
148
  return (
149
- <ScreenLayout>
149
+ <ScreenLayout scrollable={false}>
150
150
  <FlatList
151
151
  data={filters.filtered}
152
152
  renderItem={renderItem}