bunqCommunity / bunqJSClient

A javascript SDK for the bunq API
MIT License
58 stars 23 forks source link

Support for React-Native User-agent #39

Closed DannyvanderJagt closed 5 years ago

DannyvanderJagt commented 5 years ago

Add support for React-native, fixes #37

Note: navigator.product === 'ReactNative' is stable from React-Native v0.39. As we're now on v0.57.8 I think it's safe.

codecov[bot] commented 5 years ago

Codecov Report

Merging #39 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #39   +/-   ##
=======================================
  Coverage   96.34%   96.34%           
=======================================
  Files          63       63           
  Lines        1999     1999           
  Branches      393      393           
=======================================
  Hits         1926     1926           
  Misses         72       72           
  Partials        1        1
Impacted Files Coverage Δ
src/HTTP/SignRequestHandler.ts 83.33% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 71643ee...e2cfb24. Read the comment docs.

Crecket commented 5 years ago

Thanks for testing, I'll check if everything still works correctly in the other environments and then merge it later tonight or tomorrow.