Files
Dabur_StoreDNA1/src/constants/constant.js
T
2025-07-30 10:35:06 +05:30

10 lines
360 B
JavaScript

import * as RNFS from 'react-native-fs';
const common_ImagePath=`${RNFS.DocumentDirectoryPath}/`;
const ImageFolderPath=`${common_ImagePath}PerformicsAllImages/`;
const FeedbackImagesFolderPath=ImageFolderPath+`Store_DNA/`;
const defUploadFolder='BulkImages';
export {common_ImagePath ,FeedbackImagesFolderPath , ImageFolderPath ,defUploadFolder};