Skip to main content

5 posts tagged with "Instaflutter"

Flutter templates for cross-platform development

View All Tags

React Native 0.75.4 Upgrade Guide: Fixing Breaking Changes & Dependency Issues

· 7 min read
Mobile Developer
Last updated on August 26, 2025

upgrade guide for fixing breaking chnges

Note: This guide is based on React Native 0.75.4 and Expo SDK 51 (as of August 2025). Check reactnative.dev and docs.expo.dev for updates if using newer versions like React Native 0.76 or Expo SDK 52.

React Native REST API Integration: Fetch, Post, and Optimize with Axios

· 10 min read
Mobile Developer
Last updated on August 23, 2025

rest api integration intro

Note: This guide uses React Native 0.75.4 and Expo SDK 51, which remain supported as of August 2025 for projects needing RN 0.75 compatibility. Expo SDK 53 offers improved features, including enhanced New Architecture support. Check reactnative.dev and docs.expo.dev for updates if using newer versions like React Native 0.76 or Expo SDK 53.

React Native FlatList Optimization (2025): Smooth Scrolling with Expo & TypeScript

· 10 min read
Mobile Developer
Last updated on August 17, 2025

React native flatlist optimization

Note: This guide uses React Native 0.75.4 and Expo SDK 51, which remain supported as of August 2025 for React Native 0.75 compatibility. Expo SDK 53 offers improved features, including enhanced New Architecture support. For new projects, consider using SDK 53 and enabling the New Architecture early to avoid deprecations of the old architecture expected by late 2025 or early 2026. Check reactnative.dev and docs.expo.dev for updates if using newer versions like React Native 0.76 or Expo SDK 53.

Continuous Integration for React Native Apps with Fastlane and GitHub Actions

· 10 min read
Mobile Developer
Last updated on August 14, 2025

continus integration on react native apps

Continuous Integration for React Native Apps with Fastlane and GitHub Actions

Building a React Native app is fun, but manually testing, building, and deploying every change can slow you down. Continuous integration (CI) automates these tasks, letting you focus on creating awesome features. In this beginner-friendly guide, we’ll set up a CI pipeline for your React Native app using Fastlane, GitHub Actions, and Expo Application Services (EAS) with Expo SDK 51 and React Native 0.75.4. We’ll automate builds for iOS (Xcode 16+, iOS 18 SDK) and Android (SDK 35), run tests, and deploy OTA updates and store releases. No CI experience is needed, and we’ll explain key terms along the way. For prebuilt CI setups, check out templates at Instamobile or Dopebase.