aboutsummaryrefslogtreecommitdiff
path: root/src/screens/main/NotificationsScreen.tsx
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-03-19 14:08:49 -0400
committerGitHub <noreply@github.com>2021-03-19 14:08:49 -0400
commit7b4bf7992b562c8140628c48e2cc05c347cb1e01 (patch)
tree91004473b372198585bcb2baa4ff2a9e2b8348a8 /src/screens/main/NotificationsScreen.tsx
parent65503e327d65d08b4fb2ec0acc886be4d17dadb3 (diff)
parentb71263ae8d5cd0fdd30d8655bbf3526d9996b0f8 (diff)
Merge pull request #310 from ankit-thanekar007/tma-708-710-711-bug-fixes
[TMA-708-710-711] : UAT bug fixes
Diffstat (limited to 'src/screens/main/NotificationsScreen.tsx')
-rw-r--r--src/screens/main/NotificationsScreen.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screens/main/NotificationsScreen.tsx b/src/screens/main/NotificationsScreen.tsx
index 501c44fc..57dea6f5 100644
--- a/src/screens/main/NotificationsScreen.tsx
+++ b/src/screens/main/NotificationsScreen.tsx
@@ -285,6 +285,7 @@ const NotificationsScreen: React.FC = () => {
</View>
<SectionList
contentContainerStyle={styles.container}
+ stickySectionHeadersEnabled={false}
sections={sectionedNotifications}
keyExtractor={(_item, index) => index.toString()}
renderItem={renderNotification}