Alain Di Fabio

Results 6 comments of Alain Di Fabio

Replace in BitmapFactory.ios.js at crop function section: from ```javascript return UIImage(imageRef); ``` to ```javascript return UIImage.alloc().initWithCGImage(imageRef); ```

Guys I am busy with a backend project, as soon as I move to the frontend side I pick up tailwind css and update the plugin to make it work,...

In BitmapFactory.ios.js replace rotate function with this: ```javascript // [INTERNAL] _rotate() iOSImage.prototype._rotate = function (degrees) { radians = degrees * Math.PI / 180.0; var oldImg = this._nativeObject; try { UIGraphicsBeginImageContext(oldImg.size);...

Replace in BitmapFactory.ios.js at crop function section: from ```javascript return UIImage(imageRef); ``` to ```javascript return UIImage.alloc().initWithCGImage(imageRef); ```