A framework for building native applications using React
COMMITS
/ Libraries/Image/RCTImageUtils.m October 13, 2022
N
Remove clang-format opt-out for Libraries
Nick Gerleman committed
April 23, 2022
C
Adopt UIGraphicsImageRenderer API
Chaoshuai Lu committed
December 30, 2021
A
Update copyright headers from Facebook to Meta
Andres Suarez committed
October 16, 2019
A
Tidy up license headers [2/n]
Andres Suarez committed
July 25, 2019
J
CocoaPods frameworks compatibility: Step 2 (#25619)
James Treanor committed
February 20, 2019
Z
Add ImageIO nullable check in Image module (#23544)
zhongwuzw committed
September 11, 2018
H
Update copyright headers to yearless format
Héctor Ramos committed
February 17, 2018
S
Update license headers for MIT license
Sophie Alpert committed
July 25, 2017
A
Fix photo orientation from ImagePickerIOS
Aleksei Androsov committed
November 23, 2016
P
Move all header imports to "<React/..>"
Pieter De Baets committed
July 19, 2016
A
Add Image resizeMode center to iOS
aleclarsoniv committed
June 22, 2016
J
Add Image resizeMode repeat on iOS
Janic Duplessis committed
April 25, 2016
N
Removed placeholder image logic
Nick Lockwood committed
February 26, 2016
N
Fixed issue with opaque thumbnails being given an alpha channel
Nick Lockwood committed
January 28, 2016
W
Fix CPU spike: should use UIGraphicsEndImageContext rather than UIGraphicsGetCurrentContext
Wenjing Wang committed
January 22, 2016
N
Added support for width & height for text images
Nick Lockwood committed
January 20, 2016
N
Generalized image decoding and resizing logic
Nick Lockwood committed
January 6, 2016
M
RCTImageUtils Obj-C nullability annotations
Milen Dzhumerov committed
January 1, 2016
N
Added getImageSize method
Nick Lockwood committed
December 8, 2015
N
Added RCTImageSource
Nick Lockwood committed
November 20, 2015
N
Removed all calls to [UIImage imageWithData:] on a background thread
Nick Lockwood committed
November 17, 2015
M
RTCImageStoreManager uses NSData instead of UIImage
Matthieu Achard committed
November 14, 2015
N
Replaced RCTSparseArray with NSDictionary
Nick Lockwood committed
November 10, 2015
N
Improved and generalized image thumbnail decoding logic
Nick Lockwood committed
August 12, 2015
N
Fixed image clipping / resizing logic
Nick Lockwood committed
August 11, 2015
Y
[Image] Fix invalid CGContext when one dimension of destination Image size == 0
Yusef Napora committed
July 21, 2015
N
Fixed rotation and scaling issues when loading ALAssets using RCTImageLoader
Nick Lockwood committed
July 14, 2015
N
Merged RCTStaticImage with FB internal version
Nick Lockwood committed