expo FileSystem doesn't work

import * as FileSystem from 'expo-file-system';

describe('\nsaveNewFile() is tested.\n', ()=>{
  it("A file is going to be created.",async ()=>{
      await FileSystem.writeAsStringAsync("cao","test.txt");
      promiseHolder = await FileSystem.getInfoAsync("test.txt");
      gan = await FileSystem.readAsStringAsync("test.txt");
      console.log(promiseHolder)
      console.log(gan)
  });
});

%E6%8D%95%E8%8E%B7

Hey @xw-yanis,

What SDK version are you using? Also, please refrain from bumping your thread the same day you posted it. We’ll help as soon as we can but spamming doesn’t help anyone.

Cheers,
Adam

I am sorry for that! Below is my SDK version.

%E6%8D%95%E8%8E%B7

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