itinance / itinance/react-native-fs

readFileAssets block/freeze the UI

Open
#1,220 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
5k
Forks
1k
PR merge metrics
No merged PRs in 30d

Description

await readFileAssets('EstDataAA.xlsx', 'ascii').then((res) => {
}).catch((err) => {

const wb = XLSX.read(input(res), { type: 'binary' });
const wsname = wb.SheetNames[0];
const ws = wb.Sheets[wsname];
const data = XLSX.utils.sheet_to_json(ws, { header: 1 });
});

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.