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

Image may be NSFW.
Clik here to view.

You don't have any iOS available to run this build, please make sure your...

I've been fighting with Expo for so long.I'm trying to install an iOS build generated with EAS, but I keep getting the same error, even though I have the iOS simulator open and several iOS emulators...

View Article


ReactNative iOS Permission unavailable issue. (Library :...

ProblemAfter all the setup and playing with info.plist as per the instruction for iOS, i ran into the problem while requesting permission from the using the following method in useEffect, I get an...

View Article


How to send data in background React Native IOS?

I have an app that records audio during the night. To not send the whole audio file at the end, I managed to write native modules to split the recording into 15-minute chunks to send them while the...

View Article

Presenting Share option working only when debbug executable is enabled - iOS...

In a react native application share feature is implemented in ios native. UIDocumentInteraction controller is used to show share window.The below code is written as a action selector for a...

View Article

Bridging Swift Delegate for React Native

I am trying to create support for React Native for my Swift SDK implementation.My SDK's .initialise() method has a delegate parameter for success and failure.Even though I made sure to convert all my...

View Article


React Native change Button Text color

I am a beginner in React Native and I just want to write my first line of code with it. I made a button and started wondering how can I change the colour and other properties of the text in the...

View Article

Image may be NSFW.
Clik here to view.

Padding Issues and Layout Breaking in Production (iOS) with Expo React Native

I'm developing an app using Expo React Native and have encountered a layout issue that only appears in the iOS production environment, including TestFlight, but not in the Expo Go during testing.In the...

View Article

How to Inspect Logs for an Expo React Native App on iOS (TestFlight)

I'm working with an Expo React Native app, which I've set up to use New Relic for monitoring. The New Relic setup works perfectly on Android, but for some reason, it isn't sending any data when the app...

View Article


Image may be NSFW.
Clik here to view.

IOS In-App purchase - Subscription not gets using getSubscriptions() function...

How to get subscriptions from App store connect. I make subscription group and in that add subscriptions. but using skus can not get subscriptions in my code please provide solution for it.I make...

View Article


React native app button click does not work in expo for my project

I'm using expo to test my react native application and when testing with an IPhone, none of the buttons are responsive. It's completely successful with android, and other features work with the Iphone....

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

Uploading to TestFlight using Fastlane

I have been trying to upload my app to TestFlight from GitHub Actions for sometime now with no luck.Workflow yml file:name: iOS Build and Upload to TestFlighton: workflow_dispatch:jobs: build-ios:...

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.

React-Native PencilKit: Strokes at the edges of canvasView flicker for a...

Implemented iOS PencilKit for React-native with a native bridge. The canvasView's content area can be panned and zoomed.However, I'm encountering a strange behavior...When drawing in the content area...

View Article

Image may be NSFW.
Clik here to view.

React Native google autocomplete search bar in iOS gray cross icon remove

in my react native app I am using react-native-google-places-autocomplete plugin for google search so in iOS by default gray icon come in the search bar for cancel check bar below...

View Article


How do I send a local file attachment on Expo Notifications IOS Attachments?

Similar to UNNotificationAttachment failing to attach image but Expo specific.Based on the question I refered, it supposedly needs to have a separate file. So what I did was. const [localAssets] =...

View Article

Image may be NSFW.
Clik here to view.

Can't Change Screen Order in Bottom Tab Navigator in React Native

I have a bottom tab navigator in my app.<Stack.Navigator screenOptions={{ headerShown: false, }}><Stack.Screen //... /><Stack.Screen name="BottomTab" component={BottomTab}...

View Article


ReactNative App build failing with Flipper error

I have inherited a ReactNative app, that i need to get up and running in dev.I am completely a noob.I think i am close.When I runnpm run iosI get the errorCompileC...

View Article

Uncaught Error: Component 'Privont' has not been registered in React Native App

Uncaught Error: Component 'Privont' has not been registered in React Native AppI'm getting the following error in my React Native app:"Uncaught Error: 'Privont' has not been registered. This can happen...

View Article

How to toggle developer modal on an iOS simulatorin mac-in-cloud?

I'm using an iOS simulator in mac-in-cloud (a mac in browser service). I'd like to toggle the developer modal (like it's doing with ctrl+m on my Android emulator). How can I achieve this?

View Article

Error: Native module RNFBAppModule not found. Re-check module install,...

Package.json"dependencies": {"@react-native-async-storage/async-storage": "^2.0.0","@react-native-firebase/app": "^21.4.0","@react-native-firebase/auth": "^21.4.0","@react-native-firebase/firestore":...

View Article


Expo app won't build for ios after updating to Xcode 16.1

Everything was working fine until I updated my Xcode to 16.1.Build fails with:⚠️ ld: ignoring duplicate libraries: '-lc++'⚠️ ld: Could not find or use auto-linked framework 'CoreAudioTypes': framework...

View Article


React Native - Disable Password AutoFill Option on iOS Keyboard

In React Native, how do you disable or prevent the keyboard from displaying the Password Autofill accessory view option? There doesn't seem to be an property for TextInput that handles disabling this...

View Article

Launching the application on Xcode

I have error in XcodeBuild input file cannot be found: '/Users/taruk/Library/Developer/Xcode/DerivedData/App-hhvpmgvwklorzwalivveulunuowb/Build/Products/Debug-iphoneos/App.app/App.debug.dylib'. Did you...

View Article

Definition of 'MPGDPRConsent' must be imported from module...

Getting below error after project being upgraded to react-native 0.73iOS minimum Development : iOS 13Showing All Errors Only/node_modules/react-native-mparticle/ios/RNMParticle/RNMParticle.m:648:34:...

View Article


Uploading to TestFlight using Fastlane issue

In continuation to this questionI keep getting the below error when trying to upload to TestFlight: (please bare in mind that the key is indeed correct)[08:17:35]: Called from Fastfile at line...

View Article

React Native Fetch API In IOS Only Semicolon In Url Not Encoded

So I'm using React Native for an IOS App, and using Fetch API for networking. My URL is like this:https://example.testing.com/filterString=product.code><CODE01;CODE02and it's usually...

View Article

Image may be NSFW.
Clik here to view.

Very weird random UI bugs in React Native (with Nativewind installed) on iOS

I am encountering some very random UI bugs in our RN app, that range all over the place (on iOS). In RN 0.75, they only show up in release mode (not in dev client) and in 76, they also show up in...

View Article

Image may be NSFW.
Clik here to view.

React Native - secureTextEntry Disable IOS 13+ Strong Password behavior

I have an create account form in my app and now on iOS devices running 13+ I'm having an issue where if the the user presses the "done" key while entering a password the normal secure password dots are...

View Article




<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>