Run React Native app on iPad simulator error
I am trying to run my react native app on my iPad simulator with the command react-native run-ios --simulator 'iPad (10th generation)'But, I get these error logs:Build description signature:...
View ArticleReact Native: Location.reverseGeocodeAsync only returns partial UK postcode...
My app looks up lat/long addresses using the Location package in Expo (expo-location).Once I get the user's permission, the device provides the lat/long coordinates. I then attempt to convert these...
View ArticleTrying to add rounded borders around text in React Native
I am working for a small startup, and I was tasked with implementing a settings screen design. Based off of what they designed, they want like a box that fits the screen with text on top of it that...
View ArticleAirGoogleMaps dir must be added to your xCode project to support GoogleMaps...
Good morning, more than a problem, it is a solution for those who have this problem in debug when using the google map in react-native-mapsin your Podfile:if target.name == 'react-native-google-maps'...
View ArticleDisable Debugging in Expo For React Native App
So I've opened up my react-native app in Expo today (using the iOS simulator) and I am creating by what looks like a debugging overlay.Screenshot here:I don't need this and it's blocking some of the UI...
View ArticleHow to refresh Access token of multiple API's being called parallel, When...
In my React Native application, I get an access token and a refresh token after login.There is a common function to call the access token again using the refresh token when the access token is...
View ArticleQuestions regarding architecture and feasibility for a mobile app using...
I'm creating a mobile app in React Native similar to JackBox games, but am unfamiliar with networking. My idea was to use Socket.IO and connect it to a server either on Azure or a local connection...
View ArticleReact native app not opening on IOS 17.4.1 on iPhone 15 pro but running on...
IO am new to react-native world and was working on a project recently, already developped, and was asked to create and share IPA link. I did and then got feedback that the app is not running. There is...
View ArticleHow to disable verbose logging in React Native Expo?
React Native: 0.72.5Expo: 49.0.10Using the iOS SimulatorI'm seeing hundreds of logs, without prompting, and for every little UI button I press, or scroll a listview. Its highly annoying because the...
View ArticleTwo deployments in the same repository with React Native
I have a question that I would like to ask here to see your opinions. I have an app in react native, with the same repository, could I make two different deployments of two different applications and...
View ArticleRunning React Native Expo Go app on Website
I'd like to host an app on a website, specifically GitHub pages. It is a relatively simple app that only consists of two frontend pages with no backend or databases. I'd like to run an iPhone emulator...
View ArticleGlobal error handler for React Native applications (android, ios)
I am trying to create global handler for react native plugin, or at least in the application level, in TypeScript to catch all unhandled exceptions and log them.I'm using react native 0.74.x version.I...
View Articlereact 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 ArticleWhich iOS APIs are supported by React Native/Expo?
I'm currently working on creating a native iOS app, and leaning towards using React Native because I have preexisting web development experience.With that said, I assume that React Native doesn't...
View ArticleI am trying to download an Image using URL in react native for android and IOS
For android its working but for ios im getting undefined**LOG Image downloaded at: undefined/image_1716340223058.png**import React, {useEffect} from 'react';import { View, TextInput, TouchableOpacity,...
View ArticleIs there any permissions in react native to override silent mode to play push...
I am developing an emergency (SOS) app in react native and using firebase for sending push notification. When user activates an SOS, it sends push notification to some users. I wanted the app to play...
View ArticleHow to blur text in React Native
The question is simple. I have a View with a Text component in it. I just want this text to be blurred initially.The only solution I saw to blur something in React Native is for an Image via this...
View ArticleHot reload not working on physical device
DescriptionWhen running the project on a physical device, specifically an iPhone 12 with iOS version 17.4.1, the application launches successfully. However, the hot reload feature and development tools...
View ArticleCheck the render method of `App` - Unable to locate issue
Im currently facing an issue with my RN project. I updgraded to SDK 51 and RN version 74. I faced an array of issues since these updates. From my app crashing after IOS Bundled and others.I've come...
View ArticleXcode Trying to Include removed Module in app build
I'm working on updating a fairly old React Native app. One of the things I've done is remove Sentry React Native, as it required an account to access an online portal I don't have access too. I thought...
View Article