A framework for building native applications using React
COMMITS
/ React/CxxModule/RCTNativeModule.mm May 21, 2020
R
Guard all NativeModulePerfLogger calls with a null check
Ramanpreet Nara committed
May 15, 2020
R
Rename <ReactCommon/NativeModulePerfLogger.h> to <reactperflogger/NativeModulePerfLogger.h>
Ramanpreet Nara committed
K
R
Rename <ReactCommon/NativeModulePerfLogger.h> to <reactperflogger/NativeModulePerfLogger.h>
Ramanpreet Nara committed
May 14, 2020
R
Instrument sync and async method calls (#28893)
Ramanpreet Nara committed
March 9, 2020
V
Clang format for all React Native files
Valentin Shergin committed
October 16, 2019
A
Tidy up license headers [2/n]
Andres Suarez committed
March 13, 2019
E
Silence Xcode warning (#23880)
ericlewis committed
P
Crash reporting heaven (#23691)
Pavlos Vinieratos committed
March 5, 2019
A
Properly validate JS->native method calls (#23658)
aleclarson committed
February 21, 2019
A
iOS downgrade invalid bridge warning (#23557)
Agustin Collazo committed
September 11, 2018
H
Update copyright headers to yearless format
Héctor Ramos committed
August 15, 2018
K
iOS downgrade error to warning when invoking native module with invalid bridge
Kevin Gozali committed
August 9, 2018
K
iOS: prevent nativemodule access from JS if bridge is no longer valid
Kevin Gozali committed
February 17, 2018
S
Update license headers for MIT license
Sophie Alpert committed
November 17, 2017
A
Make RCTNativeModule::invokeInner explicitely return folly::none in case of error
Alex Dvornikov committed
October 4, 2017
A
Remove usage of "this" in a callback in RCTNativeModule
Alex Dvornikov committed
September 27, 2017
A
Log call stack symbols in case of native module method's failure
Alex Dvornikov committed
September 26, 2017
A
Use const reference in RCTNativeModule::invokeInner
Alex Dvornikov committed
July 24, 2017
P
Replace exported method registration with statically allocated struct
Pieter De Baets committed
July 10, 2017
P
Replace -[RCTConvert folly_dynamic:] with direct calls to convertIdToFollyDynamic
Pieter De Baets committed
May 13, 2017
P
Improve systrace markers
Pieter De Baets committed
April 27, 2017
A
Added support for synchronous methods in native modules on iOS
Alex Dvornikov committed
April 25, 2017
P
Drop support for webworkers
Pieter De Baets committed
April 8, 2017
P
Improve constant extraction from RCTNativeModule
Pieter De Baets committed
March 17, 2017
P
Extract module registry creation to helper
Pieter De Baets committed