UsefulLinks
Computer Science
Mobile Application Development
React Native Framework
1. Introduction to React Native
2. Setting Up the Development Environment
3. React Fundamentals for React Native
4. Core Components
5. Styling and Layout
6. Navigation
7. Handling Data and State
8. Working with Native APIs and Modules
9. Debugging and Performance Optimization
10. Testing
11. Building and Releasing
12. Advanced Topics and Ecosystem
11.
Building and Releasing
11.1.
Preparing for Release
11.1.1.
App Icons Configuration
11.1.1.1.
Generating Icons for Multiple Resolutions
11.1.2.
Splash Screens
11.1.2.1.
Platform-Specific Splash Screens
11.1.3.
App Version Management
11.1.3.1.
Versioning Schemes
11.1.3.2.
Updating Version Numbers
11.2.
Android Build Process
11.2.1.
Generating Signed APK
11.2.2.
Generating Android App Bundle (AAB)
11.2.3.
Configuring Proguard and Obfuscation
11.3.
iOS Build Process
11.3.1.
Xcode Signing and Capabilities
11.3.1.1.
Certificates and Provisioning Profiles
11.3.2.
App Archiving
11.3.2.1.
Exporting for App Store or Ad Hoc Distribution
11.4.
App Store Deployment
11.4.1.
Google Play Store Submission
11.4.1.1.
Preparing Store Listing
11.4.1.2.
Uploading APK/AAB
11.4.1.3.
Managing Releases and Updates
11.4.2.
Apple App Store Submission
11.4.2.1.
Preparing App Store Connect Listing
11.4.2.2.
Uploading via Xcode or Transporter
11.4.2.3.
App Review Process
11.5.
Over-the-Air Updates
11.5.1.
OTA Update Concepts and Benefits
11.5.2.
Expo Updates
11.5.2.1.
Setting Up OTA Updates
11.5.3.
Microsoft CodePush
11.5.3.1.
Integrating CodePush
11.5.3.2.
Managing OTA Releases
Previous
10. Testing
Go to top
Next
12. Advanced Topics and Ecosystem