aboutsummaryrefslogtreecommitdiff
path: root/src/services
diff options
context:
space:
mode:
authorAshm Walia <ashmwalia@outlook.com>2021-01-27 08:24:43 -0800
committerAshm Walia <ashmwalia@outlook.com>2021-01-27 08:24:43 -0800
commit85c0f668665696ba8127ee1ea436d10ec0af955f (patch)
tree9b0cf515a04fabdb30f1583ec08b8d813a09c027 /src/services
parent755f4f540d3e759ff9ad3bc35c64b6f7fc83998b (diff)
Pre-final
Diffstat (limited to 'src/services')
-rw-r--r--src/services/MomentServices.ts8
-rw-r--r--src/services/index.ts1
2 files changed, 9 insertions, 0 deletions
diff --git a/src/services/MomentServices.ts b/src/services/MomentServices.ts
index 77740e7e..8399eea3 100644
--- a/src/services/MomentServices.ts
+++ b/src/services/MomentServices.ts
@@ -1,5 +1,6 @@
import {CommentType} from './../types/types';
import AsyncStorage from '@react-native-community/async-storage';
+<<<<<<< Updated upstream
import {Alert} from 'react-native';
import RNFetchBlob from 'rn-fetch-blob';
import {
@@ -96,6 +97,13 @@ export const getMomentCommentsCount = async (
}
};
+=======
+import RNFetchBlob from 'rn-fetch-blob';
+import {MOMENTS_ENDPOINT, MOMENT_THUMBNAIL_ENDPOINT} from '../constants';
+import {MomentType} from '../types';
+import {checkImageUploadStatus} from '../utils';
+
+>>>>>>> Stashed changes
export const postMoment: (
fileName: string,
uri: string,
diff --git a/src/services/index.ts b/src/services/index.ts
index 56cefddd..f558247f 100644
--- a/src/services/index.ts
+++ b/src/services/index.ts
@@ -9,3 +9,4 @@ export * from './MomentCategoryService';
export * from './NotificationService';
export * from './FCMService';
export * from './WaitlistUserService';
+export * from './CommentService';