mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-27 17:19:27 +01:00
8 lines
219 B
TypeScript
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`,
|
|
}
|