Refactor & Optimize My React Native App which is still almost vanilla
Budget: $10 – $30 USD
I'm working on a React Native app for my first time. using Expo and Laravel as the backend.
when opening the app, loads index.tsx, and redirects to login screen or search screen depending if you are logged in already or not. and I am not sure if redirecting this way is proper, and either I dont even know how to wrap the app properly, The app behaves smoothly on the emulator but freezes on actual Android devices.
I'm seeking assistance with:
- Optimizing the app structure: I suspect I need to store the Bottom Tab Navigation pages in the 'screen' folder and define the tab navigation within the navigation component.
- Fixing the initial screens: I need guidance on how to properly handle and wrap the app.
have a look on the files and please let me know if it is easily-manageable for you.
when opening the app, loads index.tsx, and redirects to login screen or search screen depending if you are logged in already or not. and I am not sure if redirecting this way is proper, and either I dont even know how to wrap the app properly, The app behaves smoothly on the emulator but freezes on actual Android devices.
I'm seeking assistance with:
- Optimizing the app structure: I suspect I need to store the Bottom Tab Navigation pages in the 'screen' folder and define the tab navigation within the navigation component.
- Fixing the initial screens: I need guidance on how to properly handle and wrap the app.
have a look on the files and please let me know if it is easily-manageable for you.