This repository has been archived by the owner on Nov 10, 2020. It is now read-only.
Release v1.4.1
Fixed
- Packaging script typo that prevended NPM interoperability (thanks to @a6kme).
Changed
- Android
getBitmapFromUriOrDrawable
has been refactored for better maintainability. - Android
convertDpToPixel
has been replaced with Facebook'sPixelUtil.toPixelFromDIP
since it's more tested and reliable.