Make rowConstraints responsive? #69
Replies: 2 comments 3 replies
|
Probably can either do: Or promote Thanks, |
0 replies
|
Sounds reasonable to me. I wouldn't move these props at this point, though, as it would be a breaking change. I'm thinking to model it this way: This option will allow defining row constraints only for specific device sizes (i.e., mobile) and leaving row constraints undefined for all other sizes. What are your thoughts? Please feel free to send a PR. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi - I am thinking it can be a good idea to make RowConstraints type also accepting a provider function for responsive purpose? E.g. Users may want to set "maxPhotos:1" for mobile devices only.
All reactions