Skip to content

Commit

Permalink
added expand to full screen
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-vahn committed Mar 27, 2024
1 parent 4e72063 commit 4358ab8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import WebApp from '@twa-dev/sdk';
import './index.css';

WebApp.ready();
WebApp.expand();

ReactDOM.createRoot(document.getElementById('root')!).render(
<React.StrictMode>
Expand Down

0 comments on commit 4358ab8

Please sign in to comment.