Skip to content

Commit

Permalink
change modal stack animation
Browse files Browse the repository at this point in the history
  • Loading branch information
Maftalion committed Apr 23, 2021
1 parent 889b4f5 commit 08e9af6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/libs/Navigation/AppNavigator/ModalStackNavigators.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import {createStackNavigator} from '@react-navigation/stack';
import {createStackNavigator, CardStyleInterpolators} from '@react-navigation/stack';
import styles from '../../../styles/styles';
import ROUTES from '../../../ROUTES';
import NewChatPage from '../../../pages/NewChatPage';
Expand Down Expand Up @@ -29,6 +29,7 @@ const IOUBillModalStack = createStackNavigator();
const defaultSubRouteOptions = {
cardStyle: styles.navigationScreenCardStyle,
headerShown: false,
cardStyleInterpolator: CardStyleInterpolators.forHorizontalIOS,
};

const IOUBillStackNavigator = () => (
Expand Down

0 comments on commit 08e9af6

Please sign in to comment.