-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
itemHeight didn't work #35
Comments
@zim-lee we can't really help you if you don't even copy paste a snippet of your code. |
@harrisrobin the example code can be review |
+1 itemHeight doesn't change a thing. I have both itemsPerRow and itemHeight set -- blocks are always squares. |
FYI: I was just being stupid. I used property blockWidth instead of itemWidth. |
+1 this is not working for me either. I've set itemsPerRow which works perfectly but itemHeight doesn't do anything. @tqc any advice?
|
This is in ollija/react-native-sortable-grid/index.js
First, Second, So you should add itemWidth and try various numbers on itemWidth.
|
The code on NPM is not the latest, |
@masary2989 's answer just save my life. |
Hi, Can you please update this code for dynamic width... Like 75% & 25% of elements in single row. |
I set itemHeight property, but it didn't work,
The text was updated successfully, but these errors were encountered: