Closed olofd closed 7 years ago
As discussed with @adbl in #19 we should have an implementation of RCTURLRequestHandler. This will enable users to send assets to a server only using JS.
RCTURLRequestHandler
On going implementation in #38.
Implemented in #38 . Released under 0.1.3 on npm.
As discussed with @adbl in #19 we should have an implementation of
RCTURLRequestHandler
. This will enable users to send assets to a server only using JS.