Slide from right stack animation

This commit is contained in:
Diego Mello 2020-05-21 17:41:41 -03:00
parent a895d41704
commit e03d423e99
1 changed files with 3 additions and 1 deletions

View File

@ -1,10 +1,12 @@
import { StyleSheet } from 'react-native';
import { TransitionPresets } from '@react-navigation/stack';
import { analytics, leaveBreadcrumb } from './log';
import { themes } from '../constants/colors';
export const defaultHeader = {
headerBackTitleVisible: false
headerBackTitleVisible: false,
...TransitionPresets.SlideFromRightIOS
};
export const cardStyle = {