@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
@@ -142,7 +142,7 @@ const DatagridAccordionRow = React.forwardRef((props,ref)=>{
|
|
142
142
|
React.setRef(innerRef,el);
|
143
143
|
}}
|
144
144
|
>
|
145
|
-
<
|
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
|
-
</
|
197
|
+
</View>
|
198
198
|
</Pressable>
|
199
199
|
})
|
200
200
|
|