A framework for building native applications using React
COMMITS
/ React/Modules/RCTUIManager.m March 31, 2021
P
Pass RCTEventDispatcher to RCTComponentData [6/n]
Peter Argany committed
January 10, 2021
A
Apply clang-format update fixes
Andres Suarez committed
December 11, 2020
R
Codemod: Migrate from bridge.eventDispatcher to RCTModuleRegistry
Ramanpreet Nara committed
October 14, 2020
L
Make RCTEventDispatcher TurboModule-compatible
Lulu Wu committed
September 29, 2020
S
remove most of tvOS remnants from the code (#29407)
simek committed
June 30, 2020
S
Do not log warning if JS responder isn't set in Fabric
Samuel Susla committed
June 29, 2020
S
Remove integration between Paper and Fabric's UIManager
Samuel Susla committed
March 9, 2020
V
Clang format for all React Native files
Valentin Shergin committed
November 16, 2019
K
iOS: attach rootTag to the native component instance for easy access
Kevin Gozali committed
November 11, 2019
S
Fix crash when accessing _viewRegistry
Samuel Susla committed
November 4, 2019
P
Remove unneeded NSNotification center removeObserver
Peter Argany committed
October 16, 2019
A
Tidy up license headers [2/n]
Andres Suarez committed
October 11, 2019
S
Add support for ScrollView.onScroll animations
Samuel Susla committed
August 23, 2019
P
Make RCTAccessibilityManger a TurboModule
Peter Argany committed
August 21, 2019
A
Remove ; from method implementation definition
Anatolii Shevchenko committed
July 25, 2019
D
Deprecate UIManager.measureLayoutRelativeToParent
David Vacca committed
July 23, 2019
M
Fix typos (#25770)
Min ho Kim committed
July 22, 2019
D
Deprecate UIManagerModule.removeSubviewsFromContainerWithID
David Vacca committed
D
Deprecate UIManagerModule.replaceExistingNonRootView
David Vacca committed
July 11, 2019
D
Back out "[RN][iOS] Remove definition of viewIsDescendantOf method in RN iOS code"
David Vacca committed
June 27, 2019
D
Remove definition of viewIsDescendantOf method in RN iOS code
David Vacca committed
June 25, 2019
E
RN iOS: Support View Manager Commands that are strings
Eli White committed
May 25, 2019
V
Fabric: Temporary workaround to enable commands in Fabric
Valentin Shergin committed
April 12, 2019
S
avoid startup deadlock with dispatch_async's
Spencer Ahrens committed
March 15, 2019
P
Fix a race condition in UIManager NativeID which cause snapshot tests to crash
Peter Argany committed
March 14, 2019
E
Move RCTTest & takeSnapshot to RNTester (#23721)
ericlewis committed
March 5, 2019
Z
Implement the nativeID functionality in a more efficient way (#23662)
zhongwuzw committed
February 20, 2019
E
Fix 50 xcode warnings (#23553)
Eric Lewis committed
February 16, 2019
K
FBiOS TM: make sure to lazily load view managers
Kevin Gozali committed
February 15, 2019
Z
Enable edge antialiasing only for transforms with perspective (#19360)
zhongwuzw committed
February 5, 2019
R
Start using getConstants
Ramanpreet Nara committed
November 20, 2018
A
iOS: Support inline view truncation (#21456)
Adam Comella committed
November 9, 2018
M
Add another guard to lazilyLoadView
Mehdi Mulani committed
V
`Removing UIManager.measureViewsInRect()`
Valentin Shergin committed
October 30, 2018
S
Fix the lazily LaodedView to avoid weird naming issues
Slobodan Predolac committed
October 26, 2018
D
Fix LazilyLoadView lookup so that it can drop RCT prefixes.
Dustin Shahidehpour committed
October 9, 2018
M
Allow UIManager to load native view managers lazily
Mehdi Mulani committed
September 11, 2018
H
Update copyright headers to yearless format
Héctor Ramos committed
June 18, 2018
V
`Invalid JS responder` error was promoted to warning
Valentin Shergin committed
April 7, 2018
L
Add ability for Animated views to be created with scale X or scale Y
Liamandrew committed
March 23, 2018
V
Revert D7343566: [RN] Fixed race condition in RCTUIManager's mounting process
Valentin Shergin committed
March 21, 2018
V
Fixed race condition in RCTUIManager's mounting process
Valentin Shergin committed
February 21, 2018
V
New UIManager API allowing intercept/delay mounting process
Valentin Shergin committed
V
Enforcing sequential ordering of creating view and applying props in UIManager
Valentin Shergin committed
February 17, 2018
S
Update license headers for MIT license
Sophie Alpert committed
February 12, 2018
V
Reimagining of RCTShadowView layout API
Valentin Shergin committed
February 6, 2018
V
`[RCTShadowView isHidden]` was removed
Valentin Shergin committed
January 24, 2018
V
The New <Text> on iOS
Valentin Shergin committed
January 13, 2018
S
Typos in comments and log messages
Semen Zhydenko committed
January 12, 2018
V
Proper check for RCTRootShadowView in RCTUIManager
Valentin Shergin committed