A framework for building native applications using React
COMMITS
/ ReactCommon/cxxreact/NativeToJsBridge.cpp February 22, 2019
Z
Remove compiler warning (#23588)
zhongwuzw committed
February 1, 2019
M
Fix portability issues to Linux, FreeBSD, and older libc++
Matt Hargett committed
January 21, 2019
Z
Fix isBatchActive of RCTCxxBridge (#22785)
zhongwuzw committed
November 16, 2018
E
CxxReact: Silence 'unused lambda capture' warnings in open-source (#22240)
empyrical committed
September 11, 2018
H
Update copyright headers to yearless format
Héctor Ramos committed
July 25, 2018
K
Catch JS bundle load failure and prevent calls to JS after that
Kevin Gozali committed
May 31, 2018
H
Migrate Android sources to MIT license header
Héctor Ramos committed
May 10, 2018
M
simplify handleMemoryPressure conditionalization, delete some dead code
Marc Horowitz committed
December 18, 2017
B
add isInspectable property
Ben Nham committed
November 9, 2017
A
Register split segment paths with RAMBundleRegistry
Alex Dvornikov committed
September 22, 2017
A
Configure JSExector with BundleRegistry instead of JSModulesUnbundle
Alex Dvornikov committed
September 21, 2017
A
Configure JSExector with BundleRegistry instead of JSModulesUnbundle.
Alex Dvornikov committed
July 20, 2017
P
Remove legacy JSC profiler
Pieter De Baets committed
June 26, 2017
P
Simplify Catalyst handleMemoryPressure
Pieter De Baets committed
June 23, 2017
P
Rename Executor to JSExecutor
Pieter De Baets committed
May 13, 2017
P
Improve systrace markers
Pieter De Baets committed
April 25, 2017
P
Drop support for webworkers
Pieter De Baets committed
March 17, 2017
P
Remove JsToNativeBridge's nativeQueue
Pieter De Baets committed
March 16, 2017
A
BREAKING: Only call batchDidComplete when there were actually native calls dispatched
Andy Street committed
March 14, 2017
M
Support ModuleHolder-based lazy init of C++ modules with C++ bridge on android
Marc Horowitz committed
M
Support passing native modules to JSContext
Marc Horowitz committed
February 16, 2017
A
Deleting Optimized Bundle!
Ashok Menon committed
October 3, 2016
P
Expose ModuleRegistry on ExecutorDelegate
Pieter De Baets committed
September 26, 2016
M
Support sync loading of the initial bundle/source
Marc Horowitz committed
M
Move thread jump for js loading into NativeToJSBridge, out of platform code
Marc Horowitz committed
September 19, 2016
P
Remove additional JSON encoding for native->JS communication
Pieter De Baets committed
July 14, 2016
M
Fix optimized bundle stuff.
Michał Gregorczyk committed
D
Reverted commit D3545345
David Aurelio committed
July 12, 2016
M
add API to CatalystInstanceImpl for executing optimized bundle
Michał Gregorczyk committed
July 7, 2016
A
Remove a bunch of copies
Alexander Blom committed
A
Create tracing name in C++ instead of Java
Alexander Blom committed
June 3, 2016
C
Cancel pending bridge work during shutdown
Chris Hopman committed
May 27, 2016
C
Build new bridge with gradle
Chris Hopman committed