Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Releases: kiwicom/mobile

7a2c14f0

24 May 09:25
Compare
Choose a tag to compare
Upgrade dependencies

87335745

23 May 13:21
Compare
Choose a tag to compare
Release v39

9fc728d5

23 May 13:26
Compare
Choose a tag to compare
Release v39

d1231f5f

07 May 08:53
Compare
Choose a tag to compare
Release Bundle v38

0d4fb948

07 May 08:22
Compare
Choose a tag to compare
Hotels: SummaryRow should use dynamic width to truncate text

This fixes https://github.com/kiwicom/mobile/issues/1607

The issue was that using the `withDimension` HOC meant using the dimensions of the device. On Tablet view, the RoomSummary component is displayed only on half the screen width while SummaryRow assumed there is the full width of the device to render the text. This caused the row to go out of the container if the name of the hotel room was too long on Tablet.

The SummaryRow component was refactored to use two onLayout event listeners so that both the width of the container of the row and the width of the price tag are computed, and the max width for text can be deduced from that.

60555077

06 May 15:54
Compare
Choose a tag to compare
Hotels: RoomSummary and HotelCard on SingleHotelMap are also swipeabl…

d5dacd7d

03 May 13:07
Compare
Choose a tag to compare
Release Bundle v37

ac638d79

03 May 08:26
Compare
Choose a tag to compare
Hotels: Update PricePopup with new design

Shared: Add type info and circled prop to AdaptableBadge
Shared: Update slider to match with new design

9a159de0

03 May 15:23
Compare
Choose a tag to compare
Hotels: Remove unused translation trings

6a23c2c2

03 May 13:15
Compare
Choose a tag to compare
Release Bundle v37