store dna all done
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
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};
|
||||
|
||||
Reference in New Issue
Block a user