react-native-responsive-dimensions
react-native-responsive-dimensions copied to clipboard
Resposive fontSize, height and width for react-native components, that automatically adjusts itself based on screen-size of the device.
Bumps [simple-plist](https://github.com/wollardj/simple-plist) from 1.1.0 to 1.3.1. Release notes Sourced from simple-plist's releases. TypeScript This release is a rewrite of the JavaScript code into TypeScript code to add strong typing for...
The hook `useDimensionsListener` returns a new object. This results in the hook `useDimensionsChange` to always call the `effect` callback on each render since `useDimensionsListener()` returns a new object each time....
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
* Was getting a ton of deprecation warnings, eventually tracked things down to this library! Hope this PR makes sense, and thank you for maintaining this!
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
This adds a debounce of 200ms to this hook to prevent too many re-renders during resizing the browser or rotating a device. This solves #25
Hi, would it be possible to add a debounce to the responsive hooks, so the number of re-renders per time is limited? At the moment the hook is firing very...
Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.1 to 3.0.4. Changelog Sourced from plist's changelog. 3.0.4 / 2021-08-27 inline [email protected] to eliminate security warning false positive (Mike Reinstein) 3.0.3 / 2021-08-04 update xmldom to...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Since EventEmitter.removeListener('change', ...): Method has been deprecated. Please instead use `remove()` on the subscription returned by `EventEmitter.addListener`.