@fto-consult/expo-ui 6.79.3 → 6.79.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.79.3",
3
+ "version": "6.79.4",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "main": "main",
6
6
  "scripts": {
@@ -142,7 +142,7 @@ const DatagridAccordionRow = React.forwardRef((props,ref)=>{
142
142
  React.setRef(innerRef,el);
143
143
  }}
144
144
  >
145
- <Swipeable
145
+ <View
146
146
  ref = {swipeableRef}
147
147
  testID={testID+'_ContentContainerSwipeable'}
148
148
  friction={2}
@@ -194,7 +194,7 @@ const DatagridAccordionRow = React.forwardRef((props,ref)=>{
194
194
  {right}
195
195
  </Label> : null}
196
196
  </View>
197
- </Swipeable>
197
+ </View>
198
198
  </Pressable>
199
199
  })
200
200