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

All Questions

Tagged with
0 votes
0 answers
5 views

Getting exception while setting up an detox project

Getting exception after executing this command npx detox build -c android FAILURE: Build failed with an exception. What went wrong: Execution failed for task ':app:...
Krish Srivatsav's user avatar
0 votes
0 answers
12 views

My profile page only rerender when rebuilt

import React, {useState, useEffect} from 'react'; import {useSelector, useDispatch} from 'react-redux'; import { View, Text, ImageBackground, TextInput, TouchableOpacity, StyleSheet, ...
Nguyen Pham's user avatar
0 votes
0 answers
7 views

Need help in error for react app where i get Seamless SSO error in react application

`Can you please help in providing suggestion to resolve this issue? I am encountering an issue with the seamless single sign-on (SSO) functionality in my front-end React application. When I attempt to ...
Ahmed Khan's user avatar
0 votes
0 answers
7 views

Context Load before Client? react-native

i created a context to start up the socket but before that it validate the token sending a request to the server. there is an issue that i can't really figure it out. if the app is closed and i open ...
anfield's user avatar
  • 33
0 votes
0 answers
19 views

While genrating Archive build for my react native No Expo project I get error

XCODE Error: I already tried to delete the DerivedData folder but it did not work. error: unable to open dependencies file (/Users/codecrewinfotech/Library/Developer/Xcode/DerivedData/...
kaumil patel's user avatar
1 vote
1 answer
13 views

iOS returns an error regarding React-Codegen from project Pods Explicit dependency on target 'React-Codegen' in stopped

When I run the command  npx react-native run-ios --simulator "iPhone 15 Pro" in my terminal on my Mac M1 receive this error PhaseScriptExecution [CP-User]\ Generate\ Specs /Users/databasket/...
Shyam Laishram's user avatar
1 vote
0 answers
11 views

Issue making conditional renderCustomView on react native gifted chat

I am trying to add a touchable button to my chatbot bubble on react-native gifted chat. I created a conditional (isSchedule) to determine which messages the button should show up in. The touchable ...
Ayush Chadha's user avatar
-1 votes
0 answers
22 views

RNGestureHandlerModule could not be found

I am creating a basic React-Native Expo App, and I have been consistently running into one problem. I have seen other Stack Overflow questions on the same topic, linked below. I have tried the ...
Bread's user avatar
  • 36
0 votes
0 answers
7 views

React native app crashes when using React-Native-Razorpay Library

Uncaught Error React native is crashing instantly when this library is called using below code: import RazorpayCheckout from "react-native-razorpay"; and instantly resolves when removed ...
Shikshit's user avatar
0 votes
0 answers
12 views

TypeScript JSX Syntax Error in Jest Mock for react-native-modal: Operator ‘>’ cannot be applied to types ‘View’ and ‘{ children: React.ReactNode; }’

I’m trying to create a Jest mock for react-native-modal in a React Native project using TypeScript. However, TypeScript doesn’t recognize the return statement as valid JSX. It throws the following ...
Mike S.'s user avatar
  • 2,706
0 votes
1 answer
23 views

Value not being passed to addStoreId [closed]

Although the expected value is being retrieved by the retrieveStoreId method (as checked through logging the result of the function call), updating storeId state through context method addStoreId is ...
Suryasish Paul's user avatar
0 votes
2 answers
40 views

React and Firebase: Quota exceeded on the first day

So, I created this small app to practice with Firebase and on the first day I get "Quota exceeded" error. I'm pretty sure that I didn't send that much requests on my own, there must be ...
Akio's user avatar
  • 1
0 votes
0 answers
9 views

how to prevent playing more than one audio at the same time using expo

iam having a problem in my app that i can play more than one audio at the same time and i want to prevent this behavior to only play one audio at time here is my compponent that play the audio const ...
Ahmed Fahmy's user avatar
0 votes
1 answer
30 views

What is exact difference between npm run android and npm start/npm run start in react native application?

I am kinda new to react native. I have a doubt that what is the difference betweeen command npm run android (same as npm react-native run-android) and npm run start (same as npm react-native start)? ...
Sagar Mandal's user avatar
0 votes
0 answers
20 views

How to handle foreground service notifications in React Native

I trying to use foreground services from https://www.npmjs.com/package/@supersami/rn-foreground-service and the problem I am facing is that, when I start the service, it creates a notification, but I ...
Domesan's user avatar

15 30 50 per page
1
2 3 4 5
2682