diff --git a/src/App.tsx b/src/App.tsx index 697353c..abf28bb 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -16,19 +16,18 @@ import DeckButton from './components/DeckButton'; declare const global: {HermesInternal: null | {}}; const App = () => { + const buttons = []; + + for (let i = 0; i < 21; i++) { + let text = 'btn' + i; + buttons.push(); + } + return ( <>