Skip to content

Commit

Permalink
iOSとAndroidのアニメーションを統一する(続き)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-yoshiii committed Jun 22, 2022
1 parent 9a9a2e2 commit e91cd70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions App.jsx
Expand Up @@ -27,6 +27,8 @@ export default function App() {
headerTintColor: '#fff',
headerBackTitle: 'Back',
cardStyleInterpolator: CardStyleInterpolators.forHorizontalIOS,
gestureEnabled: true,
gestureDirection: 'horizontal',
}}
>
<Stack.Screen name="MemoList" component={MemoListScreen} />
Expand Down

0 comments on commit e91cd70

Please sign in to comment.