Skip to content

Commit a958f89

Browse files
committed
Configure swipe-back gesture to work starting anywhere on the screen
1 parent bd1e79f commit a958f89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

App.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export default function App() {
5555
},
5656
}) => ({
5757
title: number ? `Chapter ${number}: ${title}` : title,
58+
gestureResponseDistance: { horizontal: 500 },
5859
})}
5960
/>
6061
</Stack.Navigator>

0 commit comments

Comments
 (0)