Cant read file properly

I’m using this to get file read:

const content = await FileSystem.readAsStringAsync(image.uri);

But it is returning only 4 bytes always:

[0xFD,0xFD,0xFD,0xFD] (253,253,253,253)

I’ve searched in docs there is no permission for file read.

Whats going on here?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.