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

All Questions

Tagged with
0 votes
0 answers
32 views

Error authenticating and signing in with Google in my React-Native application

LogIn.js: import React, { useEffect, useState } from 'react'; import { SafeAreaView, Text, StyleSheet, TouchableOpacity } from 'react-native'; import { Ionicons } from '@expo/vector-icons'; import * ...
Hamza Shoufan's user avatar
0 votes
0 answers
42 views

I can't seem to make http requests to my server in React Native Expo app

Something that I honestly can't explain is wrong somewhere and I would appreciate any help. I can't seem to make http requests to my server. I have an express.js/node.js backend server that is running ...
valve's user avatar
  • 23
0 votes
0 answers
34 views

Twilio voice call not working in expo react native (IOS)

I have integrated Twilio video call functionality in an expo application in react native. But when trying to integrate the voice it's not working. I have created the voice token from backend and ...
abhishek p s's user avatar
-1 votes
0 answers
101 views

How to fix error `SyntaxError: Unexpected token '='` in React-native expo

I have node.js of version 18.18.0 on machine before and my react-native app was working just fine. But I recently installed lower version of node.js 14.0.0 using nvm and When I start my expo react-...
Ay_tech's user avatar
0 votes
0 answers
22 views

Cloud Messaging not on Google Console Library

I'm using NodeJS for my backend and React Native Expo for my frontend. I'm trying to work with FCM, but when I try to send notifications with my backend, this error shows up: FirebaseMessagingError: ...
SEL SUS's user avatar
0 votes
0 answers
61 views

npx expo install --fix installs older version of SDK instead of latest

I have a very basic react native expo project which i want to run it on SDK 51.I get this error message on Iphone Expo gp app saying "the installed version of Expo GO is for SDK 51 , the project ...
Saimuga's user avatar
  • 277
1 vote
0 answers
50 views

React Native - Converting Node.js Encrypt to crypto-js

I've this code for encryption and decryption written in Node.js, and it makes use of Node's crypto: const crypto = require('crypto'); const ENCRYPTION_KEY = 'some-random-key-12345'; const SALT = ...
Tonespy's user avatar
  • 3,337
0 votes
1 answer
36 views

What did I do wrong here?

Trying to install expo-cli with node using the command npm install -g expo-cli but I've got this error: npm ERR! code EACCES npm ERR! syscall mkdir npm ERR! path /usr/local/lib/node_modules/expo-cli ...
BeardlessDev's user avatar
0 votes
0 answers
19 views

What is the recommended way to support Google Sign-in on React-Native application?

I am building a React Native application with Expo+Firebase and would like to to support Google Sign-in. According to Expo documentation, there are two options: Firebase JS SDK and React Native ...
Nir's user avatar
  • 61
0 votes
0 answers
27 views

Error while starting the react-native app

The project was working fine, untill I added some new packages. Now, when I try to start the app, it give me the following error: Error: Problem validating fields in app.json. See https://docs.expo.io/...
Rohit kc's user avatar
2 votes
1 answer
88 views

Expo run:ios - No bundle url present

I'm encountering this "NO bundle URL Present" error when running npx expo:run ios --device 'mydevice'. I've tried various types of solutions and none of them work. I've practically tried ...
Christian Guimarães's user avatar
0 votes
0 answers
25 views

Type definition change source when build android

I'm building a app on react-native with Expo. I created a .env file with my variables. The problemas is that when I run npx expo run:android the process.env type definition change and the only ...
enmanuelmag's user avatar
1 vote
0 answers
17 views

What should my http request be so that I can upload a document via this function?

This is my backend code and I want to send an image file from frontend to this function so it directly uploads to s3 bucket . This code works fine with postman and uploads an image successfully when ...
Ketan Doshi's user avatar
0 votes
0 answers
16 views

react native expo App on real android device gives TypeError: Network request failed

I am trying to create an react native expo App and trying to fetch data from an external server using Node.js. The API is working fine on android emulator and can fetch data on the client side. The ...
user20416365's user avatar
-1 votes
1 answer
106 views

React native snap carousel

I'm working on a react native expo app and I'm getting : TypeError: Cannot read property 'array' of undefined, js engine: Hermes. It's related to the Carousel package I've tried to you the ...
Sheriff oladimeji's user avatar

15 30 50 per page
1
2 3 4 5
33