FileSystem read file as string per line

I am reading expo doc and FileSystem part in particular but there is no option to read the file per line or something like FileSystem.readAsStringPerLineAsync
i’m currently working with big files so i can’t use
FileSystem.readAsStringAsync(fileUri, options)
and document says i can use position only in Base64 and not string
so any suggestion ?