import * as RNFS from 'react-native-fs'; // get a list of files and directories in the main bundle RNFS.readDir(RNFS.MainBundlePath) // On Android ...
確定! 回上一頁