A framework for building native applications using React
COMMITS
/ Libraries/WebSocket/RCTWebSocketExecutor.m March 28, 2018
M
Increase timeouts to 15, 10
Miguel Jimenez Esun committed
February 17, 2018
S
Update license headers for MIT license
Sophie Alpert committed
January 5, 2018
M
adds --port option to `react-native run-ios` as well as patches port …
Michael S. Kazmier committed
November 21, 2017
L
Increase prepare js timeout
Leland Richardson committed
September 25, 2017
J
Fix format warnings for clang 5.0
Jakub Grzmiel committed
June 22, 2017
P
Make startup errors in the websocket executor invalidate the bridge
Pieter De Baets committed
June 12, 2017
P
Handle fatal errors thrown by the Chrome debugger
Pieter De Baets committed
March 22, 2017
P
Remove unused websocket-executor-name and websocket-executor-port options
Pieter De Baets committed
February 24, 2017
B
Add RCTDevSettings module
Ben Roth committed
December 8, 2016
E
fix memory leak in Chrome debugging
Eming Kwok committed
November 23, 2016
P
Move all header imports to "<React/..>"
Pieter De Baets committed
November 21, 2016
P
Fix loop when websocket executor is used without packager present
Pieter De Baets committed
October 12, 2016
O
ios:websocket:exectuor : Grab port from Bundle URL
Omeid committed
September 27, 2016
D
Apple TV support 1: existing Objective C code should compile for tvOS
Douglas Lowder committed
July 7, 2016
S
June 13, 2016
N
Changed the host for RCTWebSocketExecutor to the one retrieved from the bridge.
Nathan Azaria committed
June 6, 2016
N
Replaced isMainThread checks with a proper test for main queue
Nick Lockwood committed
April 20, 2016
E
Wait longer for debugger proxy
Elliot Lynde committed
April 7, 2016
D
Added support for JavaScript third-party debuggers
digeff committed
April 1, 2016
P
Increase RN devtools retry timeout
Pieter De Baets committed
February 5, 2016
A
Improve Chrome debugger
Alex Kotliarskyi committed
January 20, 2016
M
Improve error wording when packager dies and simulator was on debug mode
Martín Bigio committed
January 14, 2016
M
Improve error wording when fail to launch debugger
Martín Bigio committed
December 23, 2015
P
Improve red boxes coming from RCTWebSocketExecutor
Pieter De Baets committed
December 8, 2015
S
Decouple Module System from Native Calls
Sebastian Markbage committed
November 25, 2015
N
Refactored module access to allow for lazy loading
Nick Lockwood committed
November 14, 2015
N
Replaced RCTSparseArray with NSDictionary
Nick Lockwood committed
November 6, 2015
N
Command line flags to start RN apps in web executor mode.
Natthu Bharambe committed
October 16, 2015
F
Use JSStringCreateWithUTF8CString and skip NSString decoding when loading the bundle
Frédéric Sagnes committed
August 24, 2015
N
Ran Convert > To Modern Objective C Syntax
Nick Lockwood committed
August 21, 2015
A
[ReactNative] Unbreak debugger
Alex Kotliarskyi committed
H
UI CPU and memory utilization graphs in Chrome debugging mode
Harrison Harnisch committed
August 17, 2015
N
Convert alloc/init to new to please linter
Nick Lockwood committed
August 4, 2015
N
Use +[RCTConvert NSURL:] everywhere instead of +[NSURL URLWithString:]
Nick Lockwood committed
July 28, 2015
T
[ReactNative] Add RCTBridgeDelegate
Tadeu Zagallo committed
July 14, 2015
T
[ReactNative] Remove unused executor context id
Tadeu Zagallo committed
June 15, 2015
N
Increased warning levels to -Wall -Wextra, and fixed Xcode 7 beta issues
Nick Lockwood committed
June 13, 2015
T
[ReactNative] Fix timers for debugger executors
Tadeu Zagallo committed
June 9, 2015
T
[ReactNative] Make JavaScript executors bridge modules
Tadeu Zagallo committed
May 14, 2015
H
WebSocket polyfill
Harrison Harnisch committed