Android First Configuration For IOS Development
Configure Android first by duplicating the project, renaming schemes & files, and setting environment variables for dev, staging, and prod modes. Use yarn scripts to run apps on simulators or devices.
Must Follow Android First: <- ANDROID CONFIGURATION iOS CONFIGURATION: Step 1: Open myapp.workspace xed -b ios Step 2: Duplicate myapp in Target section by right click and rename them production and development. Step 3: Go to Manage Schemes...: Rename the myapp copyies to development/production Step 4: Go to Edit Scheme...: Go to Build Pre-actions Select scheme(like development in screenshot) Click + to add 2✌🏻 "New Run Script Actions" Select scheme(like development in screenshot in Run script also) Add t...