You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a newbie to React Native, I've been trying to create a grid view by following your example, but it seems that if I simply c/p your example and try to run on Android, only the first row gets displayed. I can still scroll down (as if there are some contents), but the only row shown on the screen is the first row. Have you faced similar problem?
Wich react-native version are you using ? I made a grid base on this exemple in rn-28 but when i update to rn-30 I got the same problem like you . To solve this I just move the style.row from the view to the TouchableHighlight in _renderRow function like this
Hello @yelled3 ,
First of all, thanks for the great example.
As a newbie to React Native, I've been trying to create a grid view by following your example, but it seems that if I simply c/p your example and try to run on Android, only the first row gets displayed. I can still scroll down (as if there are some contents), but the only row shown on the screen is the first row. Have you faced similar problem?
Thanks.
Regards, @nav-y
The text was updated successfully, but these errors were encountered: