diff --git a/src/main/StreamTabs.js b/src/main/StreamTabs.js index f28708b986c..9f344cb6a5c 100644 --- a/src/main/StreamTabs.js +++ b/src/main/StreamTabs.js @@ -45,5 +45,6 @@ export default createMaterialTopTabNavigator( showLabel: true, showIcon: false, }), + swipeEnabled: true, }, ); diff --git a/src/reactions/MessageReactionList.js b/src/reactions/MessageReactionList.js index f425c36c189..05d72ebd989 100644 --- a/src/reactions/MessageReactionList.js +++ b/src/reactions/MessageReactionList.js @@ -95,6 +95,7 @@ const getReactionsTabs = ( borderWidth: 0.15, }, }), + swipeEnabled: true, }), ); }; diff --git a/src/sharing/SharingScreen.js b/src/sharing/SharingScreen.js index 6524a6f9786..d57745ebc77 100644 --- a/src/sharing/SharingScreen.js +++ b/src/sharing/SharingScreen.js @@ -55,6 +55,7 @@ const SharingTopTabNavigator = createMaterialTopTabNavigator( showLabel: true, showIcon: false, }), + swipeEnabled: true, }, );