@fto-consult/expo-ui 2.21.1 → 2.21.2

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": "2.21.1",
3
+ "version": "2.21.2",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -337,9 +337,6 @@ const DatagridFactory = (Factory)=>{
337
337
  if(rest.onLayout){
338
338
  rest.onLayout(args);
339
339
  }
340
- if(canRenderChart){
341
- return;
342
- }
343
340
  this.updateLayout(args);
344
341
  }}
345
342
  children = {canRenderChart ? <View testID={testID+"_ChartContainer"} {...chartContainerProps} style={[theme.styles.w100,chartContainerProps.style]}>