project-anuvaad / Project-Saral

Project Saral should be viewed as an OCR-plus application that is capable of doing OCR and can also understand the structure of the physical input.
MIT License
0 stars 1 forks source link

axios showing btoa error while calling api in between 0.21 version and 0.19 #71

Closed arman-tdev closed 2 years ago

arman-tdev commented 2 years ago

Save All Scans failing with below error: ReactNativeJS ▶︎ '>>>>>>>>>>Error here', { [ReferenceError: Can't find variable: btoa] │ line: 111146, │ column: 55, └ sourceURL: 'http://localhost:8081/index.bundle?platform=android&dev=true&minify=false&app=com.saralapp&modulesOnly=false&runModule=true' }

dileep-gadiraju commented 2 years ago

https://stackoverflow.com/questions/42829838/react-native-atob-btoa-not-working-without-remote-js-debugging

dileep-gadiraju commented 2 years ago

Fixed as per suggestion given in above link , so close the issue.