React Native: Unable to Fix Module Map Error when building for iOS
Our React Native project was built using RN CLI and is on version 0.71.6. I am using XCode v16.1, and my Mac OS is Sequoia 15.5.I am able to build for Android just fine, but when it comes to iOS I...
View ArticleProblem with hiding & showing back drawer navigator header in nested Stack...
Tool :I'm using Expo Router.Current Logic :I have a drawer navigator which contains several routes, from which i have a "users" route which contains a Stack Navigator. At first a users list get shown...
View ArticleIOS App stuck on splash screen due to js bundle and expo entry point
I created an expo app a few months ago but due to some limitation ejected the app to bare workflow. I am still using some expo dependencies including expo-router. Now my app works fine locally but when...
View ArticleReact Native: iOS Device Date Format Always Returns dd/mm/yyyy
I'm trying to detect the date format (dd/mm/yyyy, mm/dd/yyyy, yyyy/mm/dd) of iOS devices (iphone, ipad) in my React Native app. Despite selecting different formats in the device settings, my code...
View Article"No valid "aps-environment" string found" when building iOS production build...
I'm a developer from South Korea.I'm encountering the following error when building an iOS production build for my Expo (managed workflow) projectThis does not happen when building in development mode...
View ArticleWhat is the equivalent of Android Toast on iOS in Expo/React Native?
What is the equivalent of Android Toast on iOS in Expo/React Native?In Android development, the Toast component is commonly used to display short, unobtrusive messages to the user. What would be the...
View ArticleHow do you prevent the bottom area in a React Native SafeAreaView from...
I'm implementing a <SafeAreaView> on my React Native app. Most of my screens are in a ScrollView. When I add the <SafeAreaView>, it obstructs the content. While I want this bottom area to...
View ArticleExpo App crashes in production Build on TestFlight
I have a React-Native Expo iOS app that worked just fine until now. When I run the build with expo run:ios it works perfectly on the simulator but when I build it for production it immediately crashes...
View ArticleBug: iOS autofill persists across screens, breaking InputBox
IssueI've implemented a simple wrapper around a TextInput component, and I am using it in multiple screens.In the app flow, the user:Signs-up using email/passwordIs redirected to a profile creation...
View ArticleAdd file to LSApplicationQueriesSchemes in your Info.plist WebView React Native
I'm implementing a payment platform in the app that I'm building so the payment form is shown on a WebView Now the form loads okay, but when I change something like I select a payment method from the...
View ArticleExpo Go iOS Unable to click on prompt for foreground location permissions
I am creating a mobile app using react native and expo. I am currently using Expo Go to test on iOS. The application uses react-native-maps MapView via expo and the Google maps API to show the user...
View ArticleWebrtc using default internal mic instead of bluetooth mic in react native iOS
I'm using react-native-incall-manager lib with my RN project that also uses 'react-native-webrtc` to route the audio to come in from the bluetooth mic. It works in Android but iOS still uses the...
View ArticleMarker not rendering on first map tap — only appears after second tap, zoom,...
I'm encountering a strange behavior with the Marker component in react-native-maps when adding markers dynamically.When I tap the map after adding a marker to the editingMarkers state, the...
View Articlereact-native-text-ticker doesn't show animation after upgrading React Native...
After the react native version upgrade, in new architecture , react-native-text-ticker is not working though I upgraded it to 1.14.4Any suggestion?<TextTicker loop scroll bounce...
View ArticleReact native firebase : Error: [messaging/unknown] The operation couldn’t be...
I am trying to setup push notification on ios and android using Firebase/mesaging.I have followed the setup part using the googleservice-info and so on...I have activated push notification and both...
View ArticleHow to prevent going back in React Native using React Navigation and...
What I want to achieve is straightforward. I want the user to be forced to confirm exiting a tab navigator called 'checkout'.I read on React Navigation docs about preventing going back about the...
View ArticleBuild expo eas IOS application with invite account to another apple account
I have an individual Apple Developer account.It is very easy to deploy application through expo cli.Recently i was added as admin in another apple account for deploy application.Account email (Apple...
View ArticleApp not using the connected bluetooth mic with React-native-webrtc
My app uses react-native-webrtc and handles calls through it. It uses the device microphone by default. When a bluetooth headset is connected to the device, the app still routes the audio to be picked...
View Article@react-native-firebase/analytics setup problem after upgrade No Firebase App...
Error: No Firebase App '[DEFAULT]' has been created - call firebase.initializeApp()"@react-native-firebase/analytics": "^21.11.0","@react-native-firebase/app": "^21.11.0","react-native":...
View ArticleXCode 16.2, RN 0.79.3 Multiple commands produce
After upgrading to RN 0.79.3 i started having this failing iOS build:error Multiple commands produce...
View ArticleReact-Native - Expo - cannot conform to 'Sendable'; use '@unchecked Sendable'
I am using "expo": "~52.0.38" and react-native "react-native": "^0.76.7"When running the command npx run:iosI get couple of errors after some...
View ArticleUse Swift open source library with SPM
I have a React Native app using Expo, and I need to integrate a Swift open-source library that doesn’t have any React Native bindings. Since I need to make some custom modifications to that library, I...
View Article'No apps connected. Sending "reload" to all React Native apps failed. Make...
My React Native application running on a physical device has some problems.The Metro bundler console gives a warning :warn No apps connected. Sending "reload" to all React Native apps failed.Make sure...
View ArticleReact native IOS Build Fails for Firebase Pods With Syntax Errors in GitHub...
I'm trying to build a React Native project with iOS support using GitHub Actions. The job is failing during the build of the FirebaseSharedSwift pod with the following...
View ArticleLive Activity Update Triggers Sound and Vibration Despite sound: "nil" Setting
When updating a Live Activity via OneSignal’s API, the notification sound plays even if sound: "nil" or ios_sound: "nil" is set in the request payload. Additionally, if the device is in silent mode,...
View ArticleUsing LinearGradient in Expo App causing white screen on iOS device
I'm building a React Native app using Expo, and I’m using the LinearGradient component from expo-linear-gradient. It works perfectly on Android simulators, but when I run the app on a real iOS device,...
View ArticleA coordinated app install already exists for
I'm trying to run react-native app on Mac(designed for iPad), but it's not working. Everything works fine on iOS. I deleted the application from the iOS simulator and deleted DerivedData, but this does...
View ArticleYou must be registered for remote messages before calling getToken
Error in fcm token NativeFirebaseError: [messaging/unregistered] You must be registered for remote messages before calling getToken, see messaging().registerDeviceForRemoteMessages().I was trying to...
View ArticleValidation failed Invalid Executable The executable...
Validation failed: Invalid Executable. The executable cam_app.app/Frameworks/hermes.framework/hermes contains bitcode. (ID: )I have tried so many times, but none of the solutions work for me.Why is that?
View Articleexpo-video not rendering DAM-hosted video on iOS device (works on Android and...
I’m using Expo SDK 53 and the new expo-video package to render a video hosted on a DAM (Digital Asset Management) link. While the video works correctly on Android devices and also plays in Safari...
View Article