Skip to main content

Build, launch, and keep improving

Dopebase Blog

Practical guides for building, customizing, launching, and growing software products.

Continuous Integration for React Native Apps with Fastlane and GitHub Actions

· 10 min read
Mobile Developer

continuous integration on react native apps

Continuous integration for React Native should do more than run npm test. A useful pipeline protects every pull request, builds signed release artifacts from clean commits, keeps secrets out of the repository, and makes app store submission repeatable.

How to Install React Native on Windows

· 7 min read
Full Stack Developer

how to install reactnative on windows

Windows is a solid development environment for React Native Android apps. The important part is to install the native Android toolchain cleanly, keep Node and Java aligned with your app's React Native version, and use project-local commands instead of old global CLIs.

This guide focuses on Android development from Windows. Building and running iOS apps still requires macOS and Xcode.