No bundle URL present issue
I'm starting a brand new project with:npx react-native init test --template react-native-template-typescriptThen I start the project using yarn ios. That results in an error message saying:No bundle...
View ArticleRun react-native application on iOS device directly from command line?
Is it possible to run react-native application on an iOS device directly from the command line like we do on simulator with react-native run ios --simulator "iPhone 5s"?
View ArticleHow to resolve React Native - Xcode _RCTLogNativeInternal crash?
In My scenario, I am using Xcode 12.0.1 and React Native:"0.63.3". Here, I am getting Xcode crash in below file and line if (log && level >= RCTGetLogThreshold()) { // Get message va_list...
View ArticleReact Native Text component will not center inside a View component
Hi I think this should be simple, but I cannot get it to work. Seems like no matter what I do, I cannot get the text component to center horizontally inside the view. I have tried using...
View ArticleReact-Native: Error: Failed to install CocoaPods dependencies for iOS...
While executing npx react-native init MyProject I ran into the following error:✖ Installing CocoaPods dependencies (this may take a few minutes)error Error: Failed to install CocoaPods dependencies for...
View ArticleHow can I set notification sound when app is not running in React-Native...
I'm trying to make notification ringing when app is not running in IOS.Here is my code. this.notificationListener = firebase.notifications().onNotification((notification: Notification) => { // SET...
View ArticleMissing assets only in iOS release build after eject the application
I ejected my application from expo 38 and since then my static/local images are not showing when I run the app in release mode on iOS but no errors are reported. It works perfectly on Android for both...
View Articlereact-native-maps fitToSuppliedMarker/fitToCorodinates does not show all markers
i am trying to use simple MapView and display 2 markers. they both appear correctly on map view but not visible on screen at same time (Image1 rendered by default)i have to perform manual drag...
View ArticleXCode Build for Profiling fails - Where to fix Profile Settings?
I need to know where I can compare Run settings with my Profile settings. I checked Edit Scheme, and it looks the same. Where else can I look?Here's the errors for Profiling, for context. Run and Build...
View ArticleWhy am i getting these errors on upload expo build iOS file?
I'm trying to upload a .ipa expo build:ios file but with expo:upload didn't work and with transporter gave me 26 issues. It is a business account and I was included as administrator. In Android the...
View ArticleReact native iOS deployment error. CFBundleIconName even after adding...
This is my first time experience in deploying iOS application. I have followed everything i know through internet. While after making it archive and distributing the application , it is showing it...
View ArticleReact native not finding sdk, even using local.properties with correct path
I already created local.properties in the android foldersdk.dir = home/user/Android/SdkAnd already added those lines in .bashrc and also ~/.zshrc:export ANDROID_HOME=$HOME/Android/Sdkexport...
View ArticleMake app continuously play when the screen is locked using React Native for...
Is it possible to use react native to get an internet radio station to play continuously even when the screen is locked?Ive seen similar questions, but nothing that say react native will work for both...
View ArticleHow can i add ReCaptcha-v2 in react native form?
1.WebviewOn using Webview is there a way to show the picture popup in modal and Recaptcha checkbox alongside the form fields???2.Without WebviewAlso are there any other ways for implementing Recaptcha...
View ArticleReact native background timer stops it's execution
I would like to implement a simple countdown timer in the react-native app, and it should work even if the application is in the background. I've tried to use react-native-background-timer like:...
View ArticleReact Native MapView rotate map with camera heading
I am trying to rotate a map in React Native's <MapView> but haven't been able to find a description on how to rotate a map according to the heading of the camera. The tutorial states:When this...
View ArticleFull screen background image in React Native app iphone 11
I'm currently trying to set a full background image on my login view. I want to be able to fill my Background image on the whole screen for the iphone 11. I've read a bit a bout safeAreaView and...
View ArticleHow do I get Expo to prompt my app for "Always" Location Permission?
I'm developing an iOS app using Expo. My app needs Location permission in order for geofencing to work when the app is not in use. I've followed Expo's documentation for Location Permission and...
View ArticleHow can I avoid unknown error when try deploy RN app with fastlane?
I tried configure CI/CD process to ios with fastlane but it fails with error.All logs are similar with this: https://gist.github.com/vincentnavetat/17adcdf4cd410f52e30e410d457d656f
View ArticleNo podspec found for `React-Core` in `../node_modules/react-native/React`
I'm using React Native. I get this issue when I try to upload pods. I've successfully installed node_modules, but I'm getting this problem. What is the problem? If we delete the package-lock.json and...
View Article