Category "react-native"

Calling Firebase cloud function causes DEADLINE_EXCEEDED error when using Firebase emulator

I've got a very simple cloud function that returns a string in a JSON. const functions = require("firebase-functions"); // Create and Deploy Your First Cloud F

Custom Alert works only once

I have created custom alert with Modal in react native but it renders only once. This is my component import {Text, View, Modal, TouchableOpacity} from 'react-n

When I set up a react native project, it gives a MODULE_NOT_FOUND error, what is the reason?

/it says chalk not found how do i fix this/ node:internal/modules/cjs/loader:361 throw err; ^ Error: Cannot find module 'C:\Users\sefal\Desktop\react-native\den

Token not received after redirecting from login

I am trying to use AD FS as Identity provider with react-native-azure-auth library. It works fine with iOS, redirects and returns token back from the login scr

Token not received after redirecting from login

I am trying to use AD FS as Identity provider with react-native-azure-auth library. It works fine with iOS, redirects and returns token back from the login scr

using Checkbox in react native. Android emulator returns an Error

I need to use Checkbox in my react native app. However, CheckBox was removed from react native library so I had to use CheckBox from @react-native-community/che

Crashlytics not working in ios and given log as crashlytics collection is not enabled, not crashing

React native project when debugging crashlytics not working Logs given as below 2022-04-20 16:59:18.685 Db Wapp Staging[76015:1fff68] [com.apple.defaults:User D

How do I list all data in react native firestore? [closed]

I want to see the posts made by all users. so i want to get all data regardless of user id function storePostData(){ firebase.firest

how to import and display 'svg' file in react native

I have an svg file: <svg xmlns="http://www.w3.org/2000/svg" width="260.346" height="65.709" viewBox="0 0 260.346 65.709"> <g id="logo" transform="tra

The id provided does not exist razorpay error in react native

While creating order_id by using razorpay API of orders the order id gets generated. But when I pass the value of order id in checkout, it throws me the error a

How to Convert A audio.wav file to base64 String in ReactNative

I am trying to build a mobile application and for sending my audio file from my reactnative frontend to my python backend I want to convert my audio.wav to base

react native expo webview crash application when open pdf uri android

Try to preview a file(pdf,word,doc),once select from document picker? using webview, but it crash the application in android How to read and preview file uri fr

Unexpected identifier '_classCallCheck'. Import call expects exactly one argument

Unexpected identifier '_classCallCheck'.import call expects exactly one argument. Problem with React Native. I tried everythig from google, but it didn't work.

ERROR: Webpack < 5 after installing web3 and implementing into React Native App.js

I am getting an error after trying to install and use web3 into my react native website, that I am building to learn more about web3 development. After installi

accessing useContext state-variable returns undefined value

I am trying to implement authentication flow where a User can log in and log out. If the user presses a button in LoginScreen, the signIn() function from AuthCo

Change Stack Height

I would like to change the height of a modal stack, so you can interact with stacks while still having an overlay modal. --navigator |--any stack |--over

Expo app cannot see env variable from Github action

We store our configurations on the vault and during the Github action workflow we pull this and intend to use this for the app during build time. This is our wo

403 error on POST from react native to EC2 Spring Boot API

I have this spring boot app running on an AWS EC2 instance and when I make a post request from insomnia in my computer, it works, but, when calling it from my r

React Native Animated setValue() problem?

Actually I'm trying to set value of the animation with setValue() after Animated.timing() is finished and want to use this updated animated value then in a loop

expo build:android apk crashes after splash screen

I have created an app in React Native / Expo. It works fine during development but is crashing when I create a standalone app (expo build:android) The splash sc