A framework for building native applications using React
COMMITS
/ ReactCommon/cxxreact/NativeToJsBridge.cpp June 18, 2020
L
Add non-fatal error handling
Luna Wei committed
June 10, 2020
E
Move error handling with JSI into a separate helper function (#29090)
Emily Janzer committed
June 8, 2020
E
Fix CircleCI by adding dependency on JSI to cxxreact (#29087)
Emily Janzer committed
June 6, 2020
E
Add JS error handling logic to bridge's RuntimeExecutor
Emily Janzer committed
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 async method call batch preprocessing
Ramanpreet Nara committed
May 8, 2020
E
Expose RuntimeExecutor on CatalystInstance (#28851)
Emily Janzer committed
April 3, 2020
R
Add CallInvoker::invokeSync
Ramanpreet Nara committed
R
Rename Instance::getNativeCallinvoker to Instance::getDecoratedNativeCallInvoker
Ramanpreet Nara committed
April 2, 2020
M
Split loadApplicationScript into initializeRuntime and loadBundle (#27844)
maciej simka committed
April 1, 2020
R
Get CallInvokers from the bridge
Ramanpreet Nara committed
October 22, 2019
J
Replace folly::make_unique with std::make_unique (#26730)
Joe Loser committed
October 16, 2019
A
Tidy up license headers [1/n]
Andres Suarez committed
July 23, 2019
M
Fix typos (#25770)
Min ho Kim committed
April 18, 2019
M
Make isInspectable safe to call from any thread
Marc Horowitz committed
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