將文字寫入本地txt*/ writeFile() { // create a path you want to write to const path = RNFS.MainBundlePath + '/test.txt'; // write the file ...
確定! 回上一頁