This repository has been archived by the owner on Sep 2, 2021. It is now read-only.
Releases: kiwicom/mobile
Releases · kiwicom/mobile
7a2c14f0
Upgrade dependencies
87335745
Release v39
9fc728d5
Release v39
d1231f5f
Release Bundle v38
0d4fb948
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
Hotels: RoomSummary and HotelCard on SingleHotelMap are also swipeabl…
d5dacd7d
Release Bundle v37
ac638d79
Hotels: Update PricePopup with new design Shared: Add type info and circled prop to AdaptableBadge Shared: Update slider to match with new design
9a159de0
Hotels: Remove unused translation trings
6a23c2c2
Release Bundle v37