Skip to main content

3 posts tagged with "iOS"

iOS platform specific content

View All Tags

Submitting a React Native iOS App to the App Store: Complete Guide

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

submitting a react native ios app to the app store

Getting your React Native app into the App Store is a thrilling moment-your creation is about to reach iOS users everywhere! Submitting to the App Store might seem intimidating, especially if it’s your first time, but don’t worry. This beginner-friendly guide will walk you through every step of submitting a React Native iOS app using Expo SDK 51, compatible with React Native 0.75.4 and Xcode 16+ (iOS 18 SDK). We’ll cover setting up your project, preparing for Apple’s review, and launching your app, all on macOS (required for iOS submissions). No prior App Store experience is needed, and we’ll explain key terms along the way. For a quicker start, explore prebuilt templates at Instamobile or Dopebase.

Apple Login in React Native with Firebase

· 5 min read
Full Stack Developer
Last updated on September 3, 2021

Once Apple introduced the Login with Apple button, they also updated their App Store rules, that any app that supports Facebook Login and Google Login, must implement the Apple Sign-in variant too. Otherwise, the app would simply be rejected during the App Review process. So let’s see what it takes to implement Apple Login in React Native, with Firebase Auth.

Avoid Notch Issues in React Native

· 4 min read
Full Stack Developer
Last updated on June 19, 2021

“The notch” has been introduced by Apple a few years ago, with the launch of iPhone X. For iOS developers, this introduced more work on the day to day layout efforts, as it added an extra set of device types. On most devices that have a notch, regular views do not display well and they block out a considerable part of the top of the screen. Let’s see how we can avoid the notch in React Native projects, with the help of SaveAreaView, a component that’s built into the React Native core.