Skip to content

Commit

Permalink
fix: [IOAPPX-462] Fix flickering behaviour in the search screens (Mes…
Browse files Browse the repository at this point in the history
…sages, Services) on iOS (#6603)

> [!caution]
> This PR depends on:
> * #6561

## Short description
This PR fixes the flickering behaviour in the `SearchInput` on iOS, when
bolder text is enabled.

## List of changes proposed in this pull request
- Update `io-app-design-system` to `4.4.6`

### Preview

The visual issue before the fix:


https://github.com/user-attachments/assets/27b5458c-0705-4ac8-93e6-2863251c9287


### Related PR
* pagopa/io-app-design-system#379

## How to test
1. Launch the app
2. Enable bolder text on iOS
3. Search for something in messages or services

---------

Co-authored-by: Emanuele Dall'Ara <71103219+LeleDallas@users.noreply.github.com>
  • Loading branch information
dmnplb and LeleDallas authored Jan 29, 2025
1 parent dad76de commit 24129e7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@babel/plugin-transform-private-property-in-object": "^7.25.9",
"@babel/plugin-transform-react-jsx": "^7.25.9",
"@gorhom/bottom-sheet": "^4.1.5",
"@pagopa/io-app-design-system": "4.4.5",
"@pagopa/io-app-design-system": "4.4.6",
"@pagopa/io-pagopa-commons": "^3.1.0",
"@pagopa/io-react-native-cieid": "^0.3.5",
"@pagopa/io-react-native-crypto": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion ts/features/design-system/core/DSListItems.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {
Badge,
Divider,
H6,
H4,
H6,
Icon,
ListItemAction,
ListItemHeader,
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3753,9 +3753,9 @@ __metadata:
languageName: node
linkType: hard

"@pagopa/io-app-design-system@npm:4.4.5":
version: 4.4.5
resolution: "@pagopa/io-app-design-system@npm:4.4.5"
"@pagopa/io-app-design-system@npm:4.4.6":
version: 4.4.6
resolution: "@pagopa/io-app-design-system@npm:4.4.6"
dependencies:
"@testing-library/jest-native": ^5.4.2
"@types/react-test-renderer": ^18.0.0
Expand All @@ -3779,7 +3779,7 @@ __metadata:
react-native-reanimated: "*"
react-native-safe-area-context: "*"
react-native-svg: "*"
checksum: 504e563af2918e3305cdd070fd69863955b685697caf83bd98bcb6b613cc68cd2c0bc67d300e0d294e89449c65a33b7b0fd7c892e557c13f58e2c660ccda5529
checksum: e9e3c148bae36132da1721a9002bb648671120b80cb4cf7a5bd1949720d452dfc7a9e27d47bdf3e3b615a2e313039e17b6b92811e87b117bb4935510e0925d94
languageName: node
linkType: hard

Expand Down Expand Up @@ -13657,7 +13657,7 @@ __metadata:
"@babel/runtime": ^7.20.0
"@gorhom/bottom-sheet": ^4.1.5
"@jambit/eslint-plugin-typed-redux-saga": ^0.4.0
"@pagopa/io-app-design-system": 4.4.5
"@pagopa/io-app-design-system": 4.4.6
"@pagopa/io-pagopa-commons": ^3.1.0
"@pagopa/io-react-native-cieid": ^0.3.5
"@pagopa/io-react-native-crypto": ^1.0.1
Expand Down

0 comments on commit 24129e7

Please sign in to comment.