Added proxy polyfill module for React Native

This commit is contained in:
Akinwale Ariwodola 2018-02-22 00:13:32 +01:00
parent 3bc432b7d3
commit 6bc1242381
3 changed files with 1632 additions and 1419 deletions

File diff suppressed because it is too large Load diff

View file

@ -37,6 +37,7 @@
"keytar": "^4.0.3",
"localforage": "^1.5.0",
"npm": "^5.5.1",
"proxy-polyfill": "^0.1.7",
"qrcode.react": "^0.7.2",
"rc-progress": "^2.0.6",
"react": "^16.2.0",

View file

@ -1,4 +1,5 @@
import jsonrpc from 'jsonrpc';
import 'proxy-polyfill';
const CHECK_DAEMON_STARTED_TRY_NUMBER = 200;