subtracks/app/util/paths.ts
2021-07-08 12:21:44 +09:00

8 lines
219 B
TypeScript

import RNFS from 'react-native-fs'
export default {
imageCache: `${RNFS.DocumentDirectoryPath}/image_cache`,
songCache: `${RNFS.DocumentDirectoryPath}/song_cache`,
songs: `${RNFS.DocumentDirectoryPath}/songs`,
}