subtracks/src/paths.ts
2021-07-05 10:27:30 +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`,
}