Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow

Xcode 26.4 build error: "call to consteval function...

I am encountering a build error while compiling a React Native iOS project using Xcode 26.4.EnvironmentReact Native: 0.81.xXcode: 26.4macOS: 26.4ErrorDuring the build process, I get the following...

View Article


Image may be NSFW.
Clik here to view.

React native iOS arrow keys

I have a page with multiple inputs, is it possible to add those arrow keys button to the keyboard from React native,so the user can use arrow keys to move between fields.FYI, I have the same page built...

View Article


React Native Linear Gradient

a quick tip if your linear gradient is not working properly on iOS: just do two things to fix the issue. First, wrap the LinearGradient with a View and apply the LinearGradient’s styles to the View...

View Article

Image may be NSFW.
Clik here to view.

Xcode 16.0: "Unexpected service error: The Xcode build system has crashed"...

I am encountering a build failure in Xcode 16.0 where the build system crashes with an unexpected service error.EnvironmentXcode: 16.0react native version: 0.73.8macOS: 15ErrorDuring the build process,...

View Article

55% thorught Elecctron want to create specific for mobile

im a fresher Bscit student creating an managment tool application , for a company using antigravity, in halfway through the application but when i was looking for deployement , noticed electron in not...

View Article


How to enable/disable Hermes based on Android/iOS Environment Variables in...

Due to compatibility issues of Hermes (in RN +71.0) with React Native Debugger, I want to disable Hermes on Development and enable it on Production automatically, with Android/iOS specific ENV files.In...

View Article

React Native - sometimes app freezes when opened from background

Recently I noticed some strange bug in my IOS app (on Android I did not see that problem so far). When the release mode is installed on my real device (the same problem happens even with production app...

View Article

React Native WebRTC on iOS physical device: inbound RTP audio packets...

I have a React Native WebRTC receiver flow where remote audio/video tracks are recvonly.Problem:I recently upgraded from expo sdk 53 to 55 and now my webrtc audio is not audible only on real IOS...

View Article


How to retrieve the real physical screen DPI/PPI on iOS to draw a rectangle...

I'm developing a Delphi FMX application for iOS and I need to draw UI elements with a real physical size, for example a rectangle measuring exactly 3 cm × 3 cm on screen.On Android this is relatively...

View Article


React Native 0.82.1 fails to build on Xcode 26 with Yoga/fmt/glog C++...

I’m trying to build a React Native iOS app after upgrading to Xcode 26, but the build fails during native compilation.EnvironmentReact Native: 0.82.1React: 19.1.1Node: 20.19.6CocoaPods: latestXcode:...

View Article

How to connect Google Fit on iOS React Native

Currently I only see the Google Fit support library on Android. Is there any library that supports connect Google Fit on React Native iOS?

View Article

Is there any replacement for Firebase Crashlytics?

I want a replacement SDK for Firebase Crashlytics that i can deploy it's server on my company's servers.In other language i want to localize this SDK just for my company and all my crash logs and...

View Article

React Native expo-video clip plays for 1 second then freezes only on European...

I’m using expo-video with expo sdk 55 in a React Native app to play a short intro clip inside a chat screen from my aws s3 bucket. On all Indian devices it works, but on European devices the video...

View Article


Hermes ABI mismatch on EAS Build with Expo SDK 54

I'm hitting a persistent iOS linker error on EAS Build with Expo SDK 54 and React Native 0.81.5 that I haven't been able to resolve across dozens of attempts. The same error occurs on both Xcode 16.2...

View Article

react native app works on debug mode, but not works release mode on ios

I Have an app on react native. Debug mode works on ios. But Release mode not works. I tried change the optimization level but not helped. The problem that I don't see any error. Just not working some...

View Article


Image may be NSFW.
Clik here to view.

[runtime not ready]: Invariant Violation:...

I'm receiving this error in my app and I'm not sure how I can resolve it because I was looking for a solution on internet and everything the solves are clean the project and re-run but this don't work...

View Article

Expo doctor reports android/ios module directories as gitignored after pnpm...

After I updated pnpm from 10.22 to 11.5.2, expo-doctor now reports a failed check that wasn't failing before.My project is a monorepo:/app/shared/webThe error from expo-doctor:18/19 checks passed. 1...

View Article


Image may be NSFW.
Clik here to view.

"No Script Url Provided" Error when running React Native Project on Xcode

I have been following the react native set up guide from https://reactnative.dev/docs/getting-started-without-a-frameworkand set up the environment according to here...

View Article

How to Reset IOS folder in react-native

I'm working on a react-native application, I made some mistakes on the iOS project side. Android goes well and no problems. I would like to know if there is any solution to completely reset the iOS...

View Article

iOS messages clouding the log screen in metro

When developping for my react native app using expo I often use the metro logs to see if my code is working properly and to debug. However recently when adding new features that use different native...

View Article

How to obtain ios live activity pushToUpdate token?

I’ve implemented a Live Activity for my React Native application. When the activity is started from within the app, I’m able to execute the pushTokenUpdates asynchronous sequence from the widget...

View Article


IOS application Distribution without appstore

I'm currently working as a react native developer,i want to distribute my application locally using drive without using appstore and playstoreI know i can implement it on android for apk direclty but...

View Article


I have built a react-native app. I am restricting this app in Dubai region

I am building a react native app. The app is restricted usage in Dubai. The app can be restricted usage in certain countries by changing the settings in app store and google play console for ios and...

View Article

Image may be NSFW.
Clik here to view.

Unable to switch environments in a mobile app build

We have a ipad iOS app that is currently being built from Azure DevOps. The app has "Choose Connection" screen(SS screen) that selects the URL that its going to hit or load and then authenticate by...

View Article

Jitsi React native SDK - Screen freezing for 2+ minutes on initial mount or...

am experiencing a severe performance issue with @jitsi/react-native-sdk in our iOS React Native application.Description of the issue: When opening the video meeting for the first time, or when another...

View Article


Image may be NSFW.
Clik here to view.

Can't archive with Xcode (error - PhaseScriptExecution failed with a non zero...

I am sorry for the black marks in the image. I have seen multiple posts suggesting an answer to this problem, Lock unlocks keychain (tried it), pod Update (tried it), clear build(tried it), signing,...

View Article

Why does FCM work in iOS simulator in the React Native but not in the...

It is unable to generate token in Flutter, while in all my react native apps it is working fine.

View Article

react-native ios Podfile issue with "use_native_modules!"

In my react-native project (react-native@0.60) in the ios/ dir I run pod install and get this error:[!] Invalid `Podfile` file: no implicit conversion of nil into String. # from...

View Article

Image may be NSFW.
Clik here to view.

iOS keyboard renders off-center (shifted left) - React Native Modal with...

I'm building a bottom-sheet modal in React Native (Expo) where a landlord can enter a custom payment amount. The input uses keyboardType="decimal-pad".By default, iOS renders a floating "Done" pill...

View Article




Latest Images