Previously I was Using js for writing react native expo code but now the typescript has become default language for expo(it was already the default language for react native CLI), so I'm a bit confused the new changes.
We have to write our code in a file named index.tsx which is inside the app directory and layout.tsx is also inside the same directory and it has stack navigation code written as default but I can't add another screens correctly.My main problem is navigation between screen
I did everything that I could.