Laxman Desai
Laxman Desai
@dylancom could you help?
@louiseivan is the Zero-to-DApp tutorial still availabe?
To anyone whos not using the ref implementation, use the following patch: ```patch diff --git a/node_modules/react-native-international-phone-number/lib/index.js b/node_modules/react-native-international-phone-number/lib/index.js index 9646316..5ce05e8 100644 --- a/node_modules/react-native-international-phone-number/lib/index.js +++ b/node_modules/react-native-international-phone-number/lib/index.js @@ -73,91 +73,18 @@ const PhoneInput...
Im facing this in debug mode aswell. `downloadFile` never resolves. ```ts console.log("hello") const response = await downloadFile({ fromUrl: "ANY_URL", toFile: "DOWNLOAD_PATH", // background: true, // cacheable: false, begin: (res) =>...
Update, I kept waiting on the download screen and after about 1-2mins, it randomly began downloading. and triggered the console logs in begin & progress.
@zabojad I used [@kesha-antonov/react-native-background-downloader](https://www.npmjs.com/package/@kesha-antonov/react-native-background-downloader) as it supports background downloads