Google Maps API Key Restriction Issues: Error When Restricting for Android...
I am using the Google Maps API to fetch addresses based on coordinates. I generated API keys on the Google Cloud Dashboard and restricted them for both Android and iOS. For iOS, I added the bundle ID,...
View ArticleWhy isn't my safari smart app banner showing up
I'm trying to set up a smart app banner for my app, but it doesn't appear on the website when I try to test it.I have the meta tag on my website:<meta name="apple-itunes-app"...
View ArticleCommand PhaseScriptExecution failed with a nonzero exit code (node: No such...
React Native iOS Build Fails: Missing Node.js Binary in script_phases.shExact...
View ArticleUnable to link a swift framework to a expo native module. Compiler cannot...
I have an Expo app which is going to communicate with a bluetooth device. The manufacturer of the device have given me a SDK as a swift framework. Let's call it CustomBluetoothModule.framework. I don't...
View ArticleAfter update from 0.74.5 to 0.76.6, my App is still running Paper on iOS....
Been dealing with this issue for a couple of weeks and I'm going crazy!!After updating my App to 0.76.6 following the guide on Upgrade Helper, my app started almost immediately in Android, YEY!However,...
View ArticleReact-Native: Problems with Axios on iOS
I'm using ReactNative keep getting a network error on every Axios Request on iOS.Error: Network Error at createError (createError.js:16) at XMLHttpRequest.handleError (xhr.js:81) at...
View ArticleError: 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 ArticleReact Native Responsive Font Size
I would like to ask how react native handle or do the responsive font. For example in iphone 4s i Have fontSize: 14, while in iphone 6 I have fontSize: 18.
View ArticleNetwork request failed - fetching from localhost ReactNative
I am getting a Network request failed when trying to fetch from localhost in ReactNative for both android and ios devices.I've tried following previous solutions but nothing seemed to work for me. I...
View ArticleReact Native - FBReactNativeSpec Command PhaseScriptExecution failed with a...
I am using a MacBook Pro withM1 chipMacOS Big SurXcode Version 13.2.1node v14.17.5I wanted to follow this tutorial to set up a new React Native project called AwesomeProject...
View Articleexpo-av [prepare encountered an error: Error Domain=NSOSStatus error-Domain...
I am using 'expo-av' in a bare react-native project to record audio. It is working fine on Android and 50% of the time on IOS.The other 50% of the time it give the error.prepare encountered an error:...
View ArticleProblem during ReactNative project deployment for iOS
I'm developing a brand new iOS/Android app and I want to use a single code, so I decided to use ReactNative for my pourpouses, and I want to build myself the executable instead of using something like...
View ArticleReact-Native Project using Expo getting NewArchitecture Errors from expo-doctor
I'm running npx expo-doctor but it keeps giving me warnings for library not suitable with React Native's New Architecture for iOS build.I set it to false in the app.config.js, but the warnings persist,...
View ArticlePrismSDK.xcframework-ios.signature couldn't be copied to signatures because...
I have to access SwiftUI view from React Native, for that i Created Module with name of my-module in react native and i can able access that successfully. But the problem was SwiftUI View contain SDK.I...
View ArticleCannot Build React Native Project After Updating Mac OS (15.2) and xCode (16.2)
I have been unsuccessful trying to get my project to build all week on xCode.It was running fine on the previous OS with xCode 15, but now - I am having all sorts of build issues (xCode (16.2). I have...
View ArticleHow to fix "Error while updating source of a view managed by RCTImageView"...
I am trying to make a location tracking application using Expo SDK 52 and react native 0.74.3. (Ignore the 72.10 below, I checked package.json) I decided to stick to developing my app on iOS devices...
View Articleerror no visible @interface for 'MetaMap' declares the selector...
I keep getting this error in my react native project, when I try to run iOS.Yarn run ios - I am sure of the script in my package.jsonHere is my metamapsdk version - "react-native-metamap-sdk": "4.11.4".
View ArticleReact Native multi line TextInput, text is centered
So when using, text input with multiline=true, I have this issue where the text is vertically centered instead of being pushed to the top.This issue happens on both ios and android, except android has...
View ArticleReact native : npx react-native run-android
I facing issue on react native running, build success automatically cut-off `BUILD SUCCESSFUL in 5m 56s58 actionable tasks: 58 executedinfo Connecting to the development server...info Starting the app...
View ArticleGetting an error when I try to set up my Advanced AppClip experience
I am new to app clip development on iOS and I am trying to set up the app clip experience of my iOS app built with React Native Expo.I clicked on the Edit Advanced Experiences button on the...
View ArticleReact Native stack navigation — back button icon not visible on iOS
I'm using:"@react-navigation/stack": "^6.3.12","react-native": "^0.74.2",As the title says — the back button chevron on iOS is invisible for some iOS users. Personally I can't reproduce the issue (on...
View ArticleThe archive did not include a dSYM for the hermes.framework with the UUIDs...
i am facing issue when uploading archive file from xcode to apple app store in react native projectThe archive did not include a dSYM for the hermes.framework with theUUIDs...
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: App loses background color upon reload on iOS emulator
I set the background color for the app in App.json:"expo": {"name": "guessGame","slug": "guessGame","version": "1.0.0","orientation": "portrait","icon": "./assets/icon.png","userInterfaceStyle":...
View Article'RCTAppDelegate.h' file not found
After updating the RN version from 0.70.6 to 0.71.4 ios pod install working, but the app doesn't build and gives an error.'RCTAppDelegate.h' file not foundany ideas??I have tried all steps in...
View ArticleReact Native Change Default iOS Simulator Device
When I run this command:react-native run-iosMy app runs by default in the iPhone6 simulator device:Found Xcode project RN.xcodeprojLaunching iPhone 6 (9.2)...How can I have the app run in a different...
View ArticleReact Native Cli, Gluestack Menu component bug
In my code, everything is fine until I add the Menu component from gluestack, then I code the following errorCode without bug<SafeAreaView><StatusBar barStyle={isDarkMode ? 'light-content' :...
View ArticleUI in Flatlist does not show uo correctly after 2nd time
I have a screen where I have Flatlist with different colours selected from a colors page and setting those color using a callback. Now the problem is that in android everything is fine, but in iOS The...
View ArticleReact Native IOS Failed - Firebasecoreinternal.modulemap not found
I am making build for my react native project. I have tried running it on different simulators with different ios versions. Minimum 15.5Build only succeeds on My mac (Designed for iphone) OptionWhat...
View Articlemain.jsbundle does not exist. This must be a bug with.. main.jsbundle issue...
"react": "16.13.1","react-native": "0.63.0",Encountered the below main.jsbundle does not exist. This must be a bug with issue when trying to archive after upgrading to react-native 0.63. was wondering...
View Article