@fto-consult/expo-ui 6.16.2 → 6.16.4

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": "@fto-consult/expo-ui",
3
- "version": "6.16.2",
3
+ "version": "6.16.4",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -137,7 +137,7 @@ const VirtuosoListComponent = React.forwardRef(({onRender,listClassName,componen
137
137
  }
138
138
  }}
139
139
  components = {{
140
- //Item : responsive ? function(props){return <ItemContainer {...props} style={[itemProps.style,props.style]} numColumns={numColumns}/>} : undefined,
140
+ Item : responsive ? function(props){return <ItemContainer {...props} style={[itemProps.style,props.style]} numColumns={numColumns}/>} : undefined,
141
141
  //List : responsive ? ResponsiveVirtuosoListItemContainer: undefined,
142
142
  ...defaultObj(components),
143
143
  }}
@@ -2,7 +2,7 @@ import FlashList from "./FlashList";
2
2
 
3
3
  export * from "./utils";
4
4
 
5
- export {default} from "./Virtuoso";
5
+ export {default} from "./FlashList";
6
6
 
7
7
  export {default as FlatList} from "./FlatList";
8
8