|
2 | 2 |
|
3 | 3 | exports[`hides labels in non-shifting bottom navigation 1`] = ` |
4 | 4 | <View |
5 | | - pointerEvents="none" |
6 | 5 | style={ |
7 | 6 | Array [ |
8 | 7 | Object { |
@@ -56,7 +55,7 @@ exports[`hides labels in non-shifting bottom navigation 1`] = ` |
56 | 55 | </View> |
57 | 56 | <View |
58 | 57 | onLayout={[Function]} |
59 | | - pointerEvents="auto" |
| 58 | + pointerEvents="none" |
60 | 59 | style={ |
61 | 60 | Object { |
62 | 61 | "backgroundColor": "#ffffff", |
@@ -675,7 +674,6 @@ exports[`hides labels in non-shifting bottom navigation 1`] = ` |
675 | 674 |
|
676 | 675 | exports[`hides labels in shifting bottom navigation 1`] = ` |
677 | 676 | <View |
678 | | - pointerEvents="none" |
679 | 677 | style={ |
680 | 678 | Array [ |
681 | 679 | Object { |
@@ -729,7 +727,7 @@ exports[`hides labels in shifting bottom navigation 1`] = ` |
729 | 727 | </View> |
730 | 728 | <View |
731 | 729 | onLayout={[Function]} |
732 | | - pointerEvents="auto" |
| 730 | + pointerEvents="none" |
733 | 731 | style={ |
734 | 732 | Object { |
735 | 733 | "backgroundColor": "#ffffff", |
@@ -1368,7 +1366,6 @@ exports[`hides labels in shifting bottom navigation 1`] = ` |
1368 | 1366 |
|
1369 | 1367 | exports[`renders custom icon and label in non-shifting bottom navigation 1`] = ` |
1370 | 1368 | <View |
1371 | | - pointerEvents="none" |
1372 | 1369 | style={ |
1373 | 1370 | Array [ |
1374 | 1371 | Object { |
@@ -1422,7 +1419,7 @@ exports[`renders custom icon and label in non-shifting bottom navigation 1`] = ` |
1422 | 1419 | </View> |
1423 | 1420 | <View |
1424 | 1421 | onLayout={[Function]} |
1425 | | - pointerEvents="auto" |
| 1422 | + pointerEvents="none" |
1426 | 1423 | style={ |
1427 | 1424 | Object { |
1428 | 1425 | "backgroundColor": "#ffffff", |
@@ -1981,7 +1978,6 @@ exports[`renders custom icon and label in non-shifting bottom navigation 1`] = ` |
1981 | 1978 |
|
1982 | 1979 | exports[`renders custom icon and label in shifting bottom navigation 1`] = ` |
1983 | 1980 | <View |
1984 | | - pointerEvents="none" |
1985 | 1981 | style={ |
1986 | 1982 | Array [ |
1987 | 1983 | Object { |
@@ -2035,7 +2031,7 @@ exports[`renders custom icon and label in shifting bottom navigation 1`] = ` |
2035 | 2031 | </View> |
2036 | 2032 | <View |
2037 | 2033 | onLayout={[Function]} |
2038 | | - pointerEvents="auto" |
| 2034 | + pointerEvents="none" |
2039 | 2035 | style={ |
2040 | 2036 | Object { |
2041 | 2037 | "backgroundColor": "#ffffff", |
@@ -2866,7 +2862,6 @@ exports[`renders custom icon and label in shifting bottom navigation 1`] = ` |
2866 | 2862 |
|
2867 | 2863 | exports[`renders custom icon and label with custom colors in non-shifting bottom navigation 1`] = ` |
2868 | 2864 | <View |
2869 | | - pointerEvents="none" |
2870 | 2865 | style={ |
2871 | 2866 | Array [ |
2872 | 2867 | Object { |
@@ -2920,7 +2915,7 @@ exports[`renders custom icon and label with custom colors in non-shifting bottom |
2920 | 2915 | </View> |
2921 | 2916 | <View |
2922 | 2917 | onLayout={[Function]} |
2923 | | - pointerEvents="auto" |
| 2918 | + pointerEvents="none" |
2924 | 2919 | style={ |
2925 | 2920 | Object { |
2926 | 2921 | "backgroundColor": "#E96A82", |
@@ -3779,7 +3774,6 @@ exports[`renders custom icon and label with custom colors in non-shifting bottom |
3779 | 3774 |
|
3780 | 3775 | exports[`renders custom icon and label with custom colors in shifting bottom navigation 1`] = ` |
3781 | 3776 | <View |
3782 | | - pointerEvents="none" |
3783 | 3777 | style={ |
3784 | 3778 | Array [ |
3785 | 3779 | Object { |
@@ -3833,7 +3827,7 @@ exports[`renders custom icon and label with custom colors in shifting bottom nav |
3833 | 3827 | </View> |
3834 | 3828 | <View |
3835 | 3829 | onLayout={[Function]} |
3836 | | - pointerEvents="auto" |
| 3830 | + pointerEvents="none" |
3837 | 3831 | style={ |
3838 | 3832 | Object { |
3839 | 3833 | "backgroundColor": "#E96A82", |
@@ -4601,7 +4595,6 @@ exports[`renders custom icon and label with custom colors in shifting bottom nav |
4601 | 4595 |
|
4602 | 4596 | exports[`renders non-shifting bottom navigation 1`] = ` |
4603 | 4597 | <View |
4604 | | - pointerEvents="none" |
4605 | 4598 | style={ |
4606 | 4599 | Array [ |
4607 | 4600 | Object { |
@@ -4655,7 +4648,7 @@ exports[`renders non-shifting bottom navigation 1`] = ` |
4655 | 4648 | </View> |
4656 | 4649 | <View |
4657 | 4650 | onLayout={[Function]} |
4658 | | - pointerEvents="auto" |
| 4651 | + pointerEvents="none" |
4659 | 4652 | style={ |
4660 | 4653 | Object { |
4661 | 4654 | "backgroundColor": "#ffffff", |
@@ -5514,7 +5507,6 @@ exports[`renders non-shifting bottom navigation 1`] = ` |
5514 | 5507 |
|
5515 | 5508 | exports[`renders shifting bottom navigation 1`] = ` |
5516 | 5509 | <View |
5517 | | - pointerEvents="none" |
5518 | 5510 | style={ |
5519 | 5511 | Array [ |
5520 | 5512 | Object { |
@@ -5568,7 +5560,7 @@ exports[`renders shifting bottom navigation 1`] = ` |
5568 | 5560 | </View> |
5569 | 5561 | <View |
5570 | 5562 | onLayout={[Function]} |
5571 | | - pointerEvents="auto" |
| 5563 | + pointerEvents="none" |
5572 | 5564 | style={ |
5573 | 5565 | Object { |
5574 | 5566 | "backgroundColor": "#ffffff", |
|
0 commit comments