A framework for building native applications using React
COMMITS
/ ReactCommon/cxxreact/CxxNativeModule.cpp 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
May 31, 2018
H
Migrate Android sources to MIT license header
Héctor Ramos committed
January 13, 2018
S
Typos in comments and log messages
Semen Zhydenko committed
October 12, 2017
S
more detailed CxxModule logging
Sergei Dryganets committed
August 18, 2017
M
Don't assume JS integers are dynamic Ints
Marc Horowitz committed
July 24, 2017
P
Replace exported method registration with statically allocated struct
Pieter De Baets committed
June 23, 2017
P
Rename Executor to JSExecutor
Pieter De Baets committed
June 8, 2017
A
Promise support for C++ bridge
Alex Kotliarskyi committed
May 13, 2017
P
Improve systrace markers
Pieter De Baets committed
April 25, 2017
P
Drop support for webworkers
Pieter De Baets committed
April 8, 2017
P
Allow lazy Cxx modules to not initialize
Pieter De Baets committed
March 17, 2017
P
Remove unused onNativeException delegate method
Pieter De Baets committed
P
Remove JsToNativeBridge's nativeQueue
Pieter De Baets committed
March 14, 2017
M
Support ModuleHolder-based lazy init of C++ modules with C++ bridge on android
Marc Horowitz committed
February 15, 2017
S
Expose the bridge instance to CxxModule via a weak_ptr
Sean Kinsey committed
February 2, 2017
P
Replace MethodCallResult with folly::Optional
Pieter De Baets committed
January 30, 2017
P
Pass expanded folly::dynamic as argument to sync nativeHook
Pieter De Baets committed
October 26, 2016
G
Fix a folly::dynamic deprecated pattern
Giuseppe Ottaviano committed
September 8, 2016
P
Cleanup and document native module configuration
Pieter De Baets committed
August 4, 2016
M
add support for registering and calling sync methods in C++ modules
Marc Horowitz committed
August 3, 2016
M
Refactor CxxNativeModule out of android-specific code into common code
Marc Horowitz committed