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
Hi, your library is rather nice. Thank you for the effort.
For my own purposes, I have made some (API and param) changes and wonder if you would be interested? I know, these are big changes. So, feel free to close.
Hi, your library is rather nice. Thank you for the effort.
For my own purposes, I have made some (API and param) changes and wonder if you would be interested? I know, these are big changes. So, feel free to close.
This seems to be a bug: it should read
width
instead ofheight
as your are in landscape mode:https://github.com/applike/responsive-react/blob/eb601c0aa78492f359d387bd0291d43a252a94f5/src/utilResponsive.js#L64-L65
In the README.md under
### Approach 2
and### Additional helper function
I suggest toimport {...} from "react-responsive"
.I added constants
You can save 1/3 of the code in
utilResponsive.js
if you always virtually swap the device into landscape mode to determine its size.I have made boolean values. e.g.
isMobileDevice
, boolean and not a functionWhat do you think?
The text was updated successfully, but these errors were encountered: