@@ -58,10 +58,13 @@ exports[`renders expanded accordion 1`] = `
5858 <View
5959 pointerEvents = " none"
6060 style = {
61- {
62- " flexDirection" : " row" ,
63- " marginVertical" : 6 ,
64- }
61+ [
62+ {
63+ " flexDirection" : " row" ,
64+ " marginVertical" : 6 ,
65+ },
66+ undefined ,
67+ ]
6568 }
6669 >
6770 <View
@@ -74,6 +77,7 @@ exports[`renders expanded accordion 1`] = `
7477 " flex" : 1 ,
7578 " justifyContent" : " center" ,
7679 },
80+ undefined ,
7781 ]
7882 }
7983 >
@@ -205,11 +209,14 @@ exports[`renders expanded accordion 1`] = `
205209 >
206210 <View
207211 style = {
208- {
209- " flexDirection" : " row" ,
210- " marginVertical" : 6 ,
211- " width" : " 100%" ,
212- }
212+ [
213+ {
214+ " flexDirection" : " row" ,
215+ " marginVertical" : 6 ,
216+ " width" : " 100%" ,
217+ },
218+ undefined ,
219+ ]
213220 }
214221 >
215222 <View
@@ -323,10 +330,13 @@ exports[`renders list accordion with children 1`] = `
323330 <View
324331 pointerEvents = " none"
325332 style = {
326- {
327- " flexDirection" : " row" ,
328- " marginVertical" : 6 ,
329- }
333+ [
334+ {
335+ " flexDirection" : " row" ,
336+ " marginVertical" : 6 ,
337+ },
338+ undefined ,
339+ ]
330340 }
331341 >
332342 <View
@@ -393,6 +403,7 @@ exports[`renders list accordion with children 1`] = `
393403 " flex" : 1 ,
394404 " justifyContent" : " center" ,
395405 },
406+ undefined ,
396407 ]
397408 }
398409 >
@@ -540,10 +551,13 @@ exports[`renders list accordion with custom title and description styles 1`] = `
540551 <View
541552 pointerEvents = " none"
542553 style = {
543- {
544- " flexDirection" : " row" ,
545- " marginVertical" : 6 ,
546- }
554+ [
555+ {
556+ " flexDirection" : " row" ,
557+ " marginVertical" : 6 ,
558+ },
559+ undefined ,
560+ ]
547561 }
548562 >
549563 <View
@@ -556,6 +570,7 @@ exports[`renders list accordion with custom title and description styles 1`] = `
556570 " flex" : 1 ,
557571 " justifyContent" : " center" ,
558572 },
573+ undefined ,
559574 ]
560575 }
561576 >
@@ -743,10 +758,13 @@ exports[`renders list accordion with left items 1`] = `
743758 <View
744759 pointerEvents = " none"
745760 style = {
746- {
747- " flexDirection" : " row" ,
748- " marginVertical" : 6 ,
749- }
761+ [
762+ {
763+ " flexDirection" : " row" ,
764+ " marginVertical" : 6 ,
765+ },
766+ undefined ,
767+ ]
750768 }
751769 >
752770 <View
@@ -813,6 +831,7 @@ exports[`renders list accordion with left items 1`] = `
813831 " flex" : 1 ,
814832 " justifyContent" : " center" ,
815833 },
834+ undefined ,
816835 ]
817836 }
818837 >
@@ -960,10 +979,13 @@ exports[`renders multiline list accordion 1`] = `
960979 <View
961980 pointerEvents = " none"
962981 style = {
963- {
964- " flexDirection" : " row" ,
965- " marginVertical" : 6 ,
966- }
982+ [
983+ {
984+ " flexDirection" : " row" ,
985+ " marginVertical" : 6 ,
986+ },
987+ undefined ,
988+ ]
967989 }
968990 >
969991 <View
@@ -976,6 +998,7 @@ exports[`renders multiline list accordion 1`] = `
976998 " flex" : 1 ,
977999 " justifyContent" : " center" ,
9781000 },
1001+ undefined ,
9791002 ]
9801003 }
9811004 >
0 commit comments