Skip to content

Commit

Permalink
Enable back swipe navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
kazlauskis committed Nov 19, 2024
1 parent e78664c commit 00989f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@capacitor/splash-screen": "6.0.2",
"@capacitor/status-bar": "6.0.1",
"@flumens/bigu": "0.4.0",
"@flumens/ionic": "2.0.0-alpha.64",
"@flumens/ionic": "2.0.0-alpha.64.1",
"@flumens/tailwind": "0.19.1",
"@heroicons/react": "^2.2.0",
"@hookform/resolvers": "^3.9.1",
Expand Down
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import App from './App';

console.log('🚩 App starting.');

setupIonicReact({ swipeBackEnabled: false });
setupIonicReact();

mobxConfig({ enforceActions: 'never' });

Expand Down

0 comments on commit 00989f7

Please sign in to comment.