brh55 / react-native-masonry

:raised_hands: A pure JS react-native component to render a masonry~ish layout for images with support for dynamic columns, progressive image loading, device rotation, on-press handlers, and headers/captions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Only one row appearing on iPhone X

0zguner opened this issue · comments

Expected Behavior

Current Behavior

Possible Solution

Steps to Reproduce

Context (Environment)

Detailed Description

Possible Implementation

Only one row appearing on iPhone X

capture d ecran 2018-06-04 a 14 03 08

I have this too along with #81.
react-native@0.55.2 (expo sdk 27), react@16.3.1
(screen copy iPhone 6s - iOS 11.2 in simulator)

If you refresh, it's displayed on 2 columns as expected.

<Masonry
    sorted // optional - Default: false
    columns={2}
    bricks={bricks}
/>