Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
2 views

Axios Network Error in React Native project - how to handle this issue?

At first I started to develop my mobile app using Expo, but then migrated the components (and generally the whole UI) to plain React Native (react-native). No matter what I am trying to do (e.g login, ...
Antoni Łubisz's user avatar
-1 votes
0 answers
12 views

How to fix the iOS app build error on Xcode v15?

I am using Mac M2, Xcode v15, and trying to run an iOS project but am getting the error as in the picture. Can someone help me fix it?. Thanks! enter image description here I searched and tried to run ...
Hieutm1908's user avatar
0 votes
0 answers
13 views

React Native. iOS/iPad. Detect whether a device has bottom notch (swipe up bar)

If you look at the bottom part of the iPad device and the app, for different models: iPad Pro (11-inch) 3-rd generation - has a bottom notch iPad 6-rd generation - doesn't have it Is there any way ...
Chaki_Black's user avatar
-1 votes
0 answers
10 views

No podspec found for `Permission-Camera` in `../node_modules/react-native-permissions/ios/Camera`

In my project, I am trying to add the following pods: Permission-Microphone, Permission-Camera, and Permission-PhotoLibrary . However, I encounter an error when running pod install . Here is my ...
Monika Patel's user avatar
  • 2,359
0 votes
0 answers
8 views

Inconsistent Background Location Updates in iOS App Across Different Devices

I've developed an iOS app by react-native that requires background location updates. The app works perfectly on my phone, providing frequent location updates as expected. However, on some other ...
GlacJAY's user avatar
  • 159
-1 votes
0 answers
23 views

Optimal Ways to Structure and Display Documents in a Mobile App? [closed]

I need some insights on the blueprint of an app. Concept: The app will be for a specific profession, let's say lawyers, where they can find all the necessary documents they need for specific cases. ...
Cain's user avatar
  • 77
0 votes
0 answers
17 views

React Native app not configured for iPad, big black border on iPad

I am creating a React native app specifically for an iPad and i am using vscode on Windows. My app runs fine on Expo Go but when I did a production build it didn't format for iPad it has a big black ...
Lance Pallo's user avatar
0 votes
0 answers
31 views

How to make instant app and app clip from React Native app?

I have a react native app built on top of ignite template. I use react navigation like this: import React from "react" import { ImageSourcePropType, useColorScheme } from "react-native&...
portgas d. ace's user avatar
0 votes
0 answers
17 views

Error while building react native expo project with fastlane using github actions

I have been trying to build react native expo project using fastlane with github action. but i am facig error as mentioned below and couldn't find any solution for that. > React Native: 0.72.0 > ...
Shashin Bhayani's user avatar
0 votes
0 answers
16 views

How to Resolve the Issue of the ‘Distribute App’ Button Being Disabled for App Store Distribution

I’m having trouble with distributing my app to the App Store. I’ve successfully created an archive, but the “Distribute App” button is disabled and I can’t click it. What steps should I take to ...
서가은's user avatar
0 votes
0 answers
12 views

React Native iOS Integration: 'DevSettings' Module Not Found and White Screen Issue

I want to integrate React Native into my existing iOS application. In this process, I am getting an error on the iOS side. When I click on the button I added to the screen, a "white" screen ...
özcan sarı's user avatar
0 votes
0 answers
26 views

'react/debug/react_native_assert.h' file not found xcode issue occured when i configured firebase in my project

'react/debug/react_native_assert.h' file not found xcode how to solved this issue ? issue occurred when i integrated firebase ios app in my project and did pod install --repo-update pod is installed ...
Furqan Hameed's user avatar
-1 votes
0 answers
38 views

How do I handle this error? My App Crashes during internal tests on iOS (React Native - Expo - SDK 51)

I'm experiencing a crash in my React Native Expo app (SDK 51) during internal testing on iOS. The crash occurs when the user performs the following action: <ButtonFloating fn={ShowAdd} /> const ...
Matías Cellamare's user avatar
-1 votes
0 answers
33 views

Swift - Is it possible to programmatically obtain a list of the devices associated with an Apple account and synchronize device usage statistics?

I'm trying to develop an iOS application where I need to obtain a List of Devices Associated with an Apple Account. I want to develop it with react-native but I suppose that for some particular ...
lordav's user avatar
  • 193
0 votes
0 answers
15 views

Microsoft Login didn't give any respond(token) to iOS devices

I use react native to create my mobile app and I use Microsoft login. In android device login is success and respond the accessToken but in ios device login is success but does not respond any ...
Dev KSY's user avatar

15 30 50 per page
1
2 3 4 5
810