diff --git a/AppNavigator.js b/AppNavigator.js index 375462d..98ef0ba 100644 --- a/AppNavigator.js +++ b/AppNavigator.js @@ -11,39 +11,7 @@ function AppNavigator() { return ( { - return { - cardStyle: { - opacity: current.progress, - transform: [ - { - translateY: current.progress.interpolate({ - inputRange: [0, 1], - outputRange: [layouts.screen.height * 0.3, 0], - }), - }, - ], - }, - }; - }, - transitionSpec: { - open: { - animation: 'timing', - config: { - duration: 150, - easing: Easing.ease, - }, - }, - close: { - animation: 'timing', - config: { - duration: 150, - easing: Easing.ease, - }, - }, - }, - }} + initialRouteName='BillScreen' >