0.2.0 • Published 4 years ago

rn-handy-utils v0.2.0

Weekly downloads
15
License
MIT
Repository
github
Last release
4 years ago

rn-handy-utils

Set of useful utils for React Native.

Getting started

Install the library using either Yarn:

yarn add rn-handy-utils

or npm:

npm install rn-handy-utils

Includes

  • Platform utils:
    • isIos
    • isAndroid
    • isIosVersion
    • isAndroidVersion
  • Dimensions utils:
    • getHeightFromRatio
    • getWidthFromRatio
    • getAspectRatio
  • Optimization utils:
    • disableConsoleLogsInProd
  • HOOKS :
    • useComponentSize
    • useTextLines
  • Other utils :
    • openLink
    • mailto

License

MIT