Currently, the app requires users to set up the Organization URL each time they log in. This need to be implement as one-time setup for the Organization URL.
Approach
Implement an initial setup screen that prompts the user to enter the server URL during the first app launch.
Store the entered server URL securely using async storage, ensuring it persists across app launches.
After successful setup and login, update the app's logic to skip the server URL screen during subsequent logins.
Organization URL Setup as One-Time Process
Currently, the app requires users to set up the Organization URL each time they log in. This need to be implement as one-time setup for the Organization URL.
Approach