React Native, iOS build fails with react-native-maps [RESOLVED]
I hope someone here could help me with my issue.I'm using react-native v 0.73.2On android the application successfully builds but I have issue with building the iOS version.Cocopods have been...
View ArticleHow to add a value dynamically in Info.Plist file
I want to add audio property in UIBackgroundModes in Info.plist based on a condition.My react-native app is a single codebase for multiple apps. I need audio property only for one of the brands which...
View ArticleNotifee EventType.PRESS not firing when notification is pressed in background...
I have a working react-native app which I'm now integrating Notifee into. I am only prioritizing iOS platform at the moment, so assume iOS only for the rest of the question. Thank you in advance!In my...
View ArticleReact Native Background image doesn't display on actual device
I have a project on React Native CLI. There is a login screen, that contains a bg image. It works on simulator as Xcode or Android Studio but on real device background image doesnt display. How can it...
View ArticleGetting "error: Multiple commands produce" ... .app/PrivacyInfo.xcprivacy...
error: Multiple commands produce '<APP_NAME>.app/PrivacyInfo.xcprivacy'note: Target 'AppV2Stage' (project 'AppV2') has copy command from '/ios/PrivacyInfo.xcprivacy' to...
View ArticleMultiple commands produce while adding Target
I'm using react native. when I run the project I'm getting an error which iserror: Multiple commands produce '<APP_NAME>.app/PrivacyInfo.xcprivacy'note: Target 'AppV2Stage' (project 'AppV2') has...
View ArticleDisplay name in react-native (Ios, Android)
My application name is (Feruz Academy) but on the phone it is displayed like this (FeruzAcad...) why is this?I searched but didn’t find a solution, looked in different libraries, tried nothing, nothing...
View ArticleWhen using FCM, how to let my server know that the FCM service on the device...
I am planning top use FCM with my react-native iOS / Android App. And I need to let my backend know that the user (or OS) kill the application, i.e that FCM won't be able to activate the application...
View ArticleMultiple commands produce PrivacyInfo.xcprivacy
I am trying to build my app for iOS (using react-native), and I keep getting the error Multiple commands produce PrivacyInfo.xcprivacy.I know where the error comes from, it's related to the fact that...
View ArticleReact Native - RealmJS - Linker command failed with exit code 1
React Native application is throwing the following error when building in Xcode. I am building on Mac M1.Undefined symbols:Linker command failed with exit code 1 (use -v to see invocation)I tried pod...
View ArticleRN 0.63 support iOS ProMotion?
Does RN support iOS ProMotion for faster refresh rates without having to add some codes?I remember that several months ago when our team released the iOS app which is built by RN it do support...
View ArticleThere is a problem with the request entity - You are not allowed to create...
I am tryin to upload a new app to the App Store. It was built with expo and I am now tryin to build it using EAS.I've uploaded my first and only app a few months ago.From the root of my project I...
View ArticleOn iOS, the keyboard does not offer a 6-character SMS code
I'm developing a mobile application in React Native. The application has the <TextInput/> for entering SMS codes:const [pinCode, setPinCode] = useState('');const pinCodeRef = useRef();// crutch...
View ArticleAndroid : react-native-maps show only absolute one block area in detail
Android : react-native-maps show only absolute one block area in detail.Only one rectangular area is shown in detail.I try code.but Does not get betterWhat's wrong with this?When I zoom in on the map,...
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 ArticleExpo Development Build on Simulator Network connection lost
I built development builds for an Expo an and as soon as I did that, I was not able to to connect to the expo development server from the iOs simulator. I tried:downgrading expo, react-nativeresetting...
View ArticleHow to get current route name in react-navigation?
I want the name of the current route or screen in react-navigation which I want to use inside if condition to make some changes.
View ArticleReact Native - StatusBar color iOS and Android
I can't set the color of the status bar on iOS and Android on React Native with Expo.I just managed to hide it. Code : import * as React from 'react';import { WebView } from...
View ArticleHow to fix react-native error after updating expo to 50.0
When I run npm run ios in terminal, I get the below errorerror: node_modules/expo-router/entry.js: [BABEL]: expo-router/babel is deprecated in favor of babel-preset-expo in SDK 50I tried to install...
View ArticleWhich library to use while making this specific chart in React Native app? (iOS)
I wanted to know if there is any library which can be used to make this type of chart easily in React Native, especially if it works in iOS. Thanks!ideal chart design imageI tried some libraries like...
View Article