Closed AllanZhengYP closed 1 month ago
This reverts commit 02cb08af611e57a0ae33a04df56993488e9108d9.
Temporarily revert the optional checksum commit because it breaks RN 0.70.0 test app.
FileReader.readAsArrayBuffer
atob
yarn test
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
This reverts commit 02cb08af611e57a0ae33a04df56993488e9108d9.
Description of changes
Temporarily revert the optional checksum commit because it breaks RN 0.70.0 test app.
Issue #, if available
FileReader.readAsArrayBuffer
API that's not available in older version of RN.atob
browser API.Description of how you validated changes
Checklist
yarn test
passesChecklist for repo maintainers
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.