Passing Parameters with TabNavigation #20546
Labels
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
Hi everybody,
I am trying to make a profile page. So first the user should log in to his account. If he logged in successfully, he passes to tab page. From there he can navigate to profile page. I have already done the login, registration and tab page with help of mysql and phpmyadmin. Both pages work fine. Also I use webhost. On the profile page I want to render the username which I typed on login page. I tried to code something. It works with console.log in Tabs.js but it doesn't work in Profile.js. What would be a correct way to do it as I want it? P.S I am quite new in React Native.
Login.js
Tabs.js
Profile.js
The text was updated successfully, but these errors were encountered: