A framework for building native applications using React
COMMITS
/ React/Views/RCTComponentData.m July 11, 2017
V
Nits: `[NSNull null] was changed to `(id)kCFNull`
Valentin Shergin committed
July 10, 2017
C
Support native ViewManager inheritance on iOS
Christian Brevik committed
February 20, 2017
P
Break apart -[RCTComponentData propBlockForKey:inDictionary:]
Pieter De Baets committed
November 23, 2016
P
Move all header imports to "<React/..>"
Pieter De Baets committed
October 27, 2016
P
Correctly generate viewConfig for shadow properties
Pieter De Baets committed
P
Remove customDirectEventTypes
Pieter De Baets committed
P
Cleanup and simplify view config generation
Pieter De Baets committed
September 27, 2016
D
Apple TV support 1: existing Objective C code should compile for tvOS
Douglas Lowder committed
M
fixed crash when setting custom shadow props to null
Martin Kralik committed
September 23, 2016
P
Export native modules without RCT or RK prefix
Pieter De Baets committed
August 9, 2016
P
Fix some analyzer warnings
Pieter De Baets committed
July 7, 2016
S
June 6, 2016
N
Replaced isMainThread checks with a proper test for main queue
Nick Lockwood committed
May 23, 2016
N
Updated AppState module to use new emitter system
Nick Lockwood committed
April 15, 2016
M
add missing RCTConvert import
Martin Kralik committed
March 16, 2016
N
Fixed bug in defaultView logic
Nick Lockwood committed
March 9, 2016
N
Removed defaultViews
Nick Lockwood committed
February 26, 2016
N
Removed eager init of all ViewManagers on layout
Nick Lockwood committed
January 20, 2016
N
Generalized image decoding and resizing logic
Nick Lockwood committed
December 30, 2015
N
Fix unused argument warnings
Nick Lockwood committed
December 21, 2015
M
removed `viewWithProps:` from `RCTViewManager`
Martin Kralik committed
December 10, 2015
N
Fix retain cycle
Nick Lockwood committed
N
Replaced RegExp method parser with recursive descent
Nick Lockwood committed
November 27, 2015
M
use didSetProps instead of updateLayout
Martin Kralik committed
M
added `didSetProps` for views and shadow views
Martin Kralik committed
November 25, 2015
N
Refactored module access to allow for lazy loading
Nick Lockwood committed
November 14, 2015
N
Replaced RCTSparseArray with NSDictionary
Nick Lockwood committed
November 3, 2015
N
Added lightweight generic annotations
Nick Lockwood committed
September 2, 2015
N
Added mechanism for directly mapping JS event handlers to blocks
Nick Lockwood committed
August 25, 2015
M
[rn] Pass props when creating a view in RCTViewManager
Matt Mahoney committed
August 24, 2015
N
Ran Convert > To Modern Objective C Syntax
Nick Lockwood committed
August 17, 2015
N
Convert alloc/init to new to please linter
Nick Lockwood committed
August 6, 2015
N
Refactor RCTUIManager
Nick Lockwood committed