Kaushal yadav
Kaushal yadav
As @tabrindle mentioned above you can change following lines of code in directory >**1st file to modify** > node_module/solidarity-react-native/react-native.js add **await ** before **getAndroidEnvData** ``` check: async (rule, context) =>...
Just close your current terminal window and run again ios, android commands. It will work.
Hi I implement using this by following RNFS npm guidelines [https://www.npmjs.com/package/react-native-fs](url) For progress bar I used library [React Native Progress Circle](url) **downloadFile(options: DownloadFileOptions): { jobId: number, promise: Promise }** ```...