Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
79 views

I’m trying to enable React Native 0.70.15 for a device with a 16KB page size. I need to upgrade the targetSdkVersion to 35 while using RN 0.70.15. Currently, the application works fine on devices with ...
Yvan Yvan's user avatar
1 vote
0 answers
68 views

I am trying to set up a debugger for a new React Native project using Expo in VS Code. I tried way too many things now, but I am consistently running into issues where breakpoints are not being hit ...
Cynthia UMUHIRE's user avatar
3 votes
0 answers
309 views

After upgrading from [email protected] to [email protected], my app fails to launch on both Android and iOS. The runtime immediately crashes with the following error: Does anyone know how to ...
Majid Lotfinia's user avatar
1 vote
1 answer
280 views

I have created a React Native CLI app project in TypeScript with Supabase integration. I’ve set up my client like this: import { createClient } from '@supabase/supabase-js'; export const supabase = ...
Anoeloeby's user avatar
7 votes
5 answers
7k views

I’m working on a React Native project using Expo SDK 53 and React Native 0.79.2. When running the app, I get this runtime error: [runtime not ready]: ReferenceError: Property 'require' doesn't exist, ...
Efe Çağatay ERCAN's user avatar
1 vote
1 answer
939 views

I'm taking over a React Native app from previous developers. I'm very new to development, but keen to learn. When I deploy the iOS app to TestFlight and install the app on my iphone, it crashes on ...
Bilal's user avatar
  • 11
0 votes
0 answers
158 views

I'm having some issue with the RN Devtools, where it doesn't seem to be properly maintaining a connection or something. It'll load and show everything that it should - but then it doesn't seem to ...
branperr's user avatar
  • 533
7 votes
1 answer
5k views

I'm working on a React Native project and recently upgraded it from version 0.73 to 0.78. Upgrade Process I Followed: I created a brand-new React Native 0.78 project using the CLI. Verified that the ...
ronald joenith's user avatar
1 vote
2 answers
554 views

I am trying to access the debugger for iOS for a React Native project using Expo but for either Hermes or JSC specified as the jsengine in the app.json file, I am unable to use Chrome Dev Tools (hot ...
Mike Putnam's user avatar
0 votes
0 answers
131 views

I'm encountering a crash in my React Native app. The crash report from Crashlytics indicates an unhandled JavaScript exception with the following error: Fatal Exception: RCTFatalException: Unhandled ...
MMYurt's user avatar
  • 454
1 vote
1 answer
178 views

I upgraded my React native from 0.71.8 to 0.76.5. After the upgrade, I run the app on my Android phone, and I got the below error java.lang.UnsatisfiedLinkError: dlopen failed: library "...
Sazzad's user avatar
  • 81
1 vote
1 answer
2k views

first I must apologize for this broad title but I couldn't exactly pinpoint the origin of the issue I was having. I’m encountering issues while trying to build my React Native app. The errors differ ...
Nicolas Saade's user avatar
1 vote
0 answers
76 views

I'm using bson package from npm in my react native expo app and it's working but when I try to use the app as web using expo web with metro bundler, I get this error Uncaught ReferenceError: await is ...
Hesam Zakeri's user avatar
0 votes
1 answer
509 views

iOS App size got increased after generating build with Xcode 16. I have compared the .ipa file contents generated from Xcode 15.8 and Xcode 16.1 version, there was huge increase of size which is ...
Madhu's user avatar
  • 939
0 votes
1 answer
48 views

we are currently facing an issue when working with blobs in our application. We organize attachments in our application with blob/content URIs. The general flow is as follows: We use XMLHttpRequest ...
Artemios Antonio Balbach's user avatar
0 votes
2 answers
325 views

I am trying to build my react native project with eas build -p android --profile preview, but continue to get the following build failiure error: FAILURE: Build failed with an exception. * Where: ...
Flynn 's user avatar
  • 213
0 votes
0 answers
402 views

Developer/Xcode/DerivedData/Project-bnqohelonpfvjpescjpbsmsquwly/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/hermes-engine.build/Script-46EB2E0005D340.sh: line 2: /scripts/xcode/with-...
Diksha Sharma's user avatar
0 votes
1 answer
561 views

While uploading on TestFlight, I have this error. I searched a lot but didn't helped any thing. I am using RN v.0.74.4. Invalid minimumOSversion. Apps that only support 64-bit devices must specify a ...
Muhammad Haroon Iqbal's user avatar
2 votes
1 answer
204 views

I am having trouble allowing a user to dynamically add objects to an array that is rendered to the screen using useSharedValues() This is my main screen where objects are added to an array import { ...
jcboz's user avatar
  • 25
10 votes
3 answers
6k views

I just updated the expo to version 51.0.28 and react native to version 0.74.5 using npx expo-doctor. But now i have this error while starting the project, couldn't find any lead in the hermes engine ...
mcnk's user avatar
  • 2,361
6 votes
3 answers
5k views

I'm using react native 0.72.4 I'm getting this error: Reference Error: Property 'Text Encoder' doesn't exist at multiple places in my app. I didn't use it explicitly but my npm packages like qr-code-...
VIGNESH KUMARAN's user avatar
3 votes
0 answers
282 views

I'm encountering an error while trying to build a React Native project on an ARM64 runner. The runner is in a pod, and the pod's container is based on arm64v8/ubuntu:latest docker image. The error ...
Rania's user avatar
  • 51
0 votes
0 answers
823 views

When loading an OBJ model into a Threejs scene in an Expo app, it can fail with the error: RangeError: Property storage exceeds 196607 properties Is might be because the OBJ is too complex for the ...
gameveloster's user avatar
  • 1,633
1 vote
1 answer
4k views

After updating my Expo version and other packages, I get this error in Carousel.js; Here is my code; import React, { useState } from "react"; import { View, StyleSheet, Platform } from "...
yobydev's user avatar
  • 31
4 votes
0 answers
406 views

While debugging a react-native app, and accessing edge://inspect/#devices page and then clicking on Inspect of option Hermes React Native I am getting this error: Failed to fetch source map http://192....
muhammad tayyab's user avatar
1 vote
0 answers
673 views

I am currently working on intercepting calls to HermesRuntimeImpl::call in a react native Android application using Frida. My goal is to extract arguments passed to this function and perform ...
Thuwarakan Mohanraj's user avatar
0 votes
1 answer
1k views

I have React Native project, where I installed a npm package, which used itself crypto module of node (require('crypto')) and it causing issues with React Native. is there any modern / clean way to ...
Arkadi's user avatar
  • 1,395
1 vote
0 answers
297 views

Steps to reproduce: npx expo run:ios --device Choose any device or simulator Run app + JS debug Observe Chrome dev tools is extremely slow. What could the issue be? React native: 0.72.5 Expo: 49.0....
MendyK's user avatar
  • 1,449
0 votes
1 answer
2k views

The part of the code that is causing the problem has the following syntax: import axios from "axios"; const handleLogin = () => { const user = { email:email, ...
Caspy's user avatar
  • 11
0 votes
1 answer
236 views

I am currently working on a React Native application using the Hermes runtime, and I've encountered some unexpected behaviors related to the Date object when running tests on Node.js with the V8 ...
Adrien Castagliola's user avatar
0 votes
1 answer
1k views

Just released 2 days ago.. Seeing this error for pod install: Installing hermes-engine (0.70.15) [!] Error installing hermes-engine [!] /usr/bin/curl -f -L -o /temppath/file.tgz https://github.com/...
friederbluemle's user avatar
1 vote
0 answers
167 views

I'm working on a project involving multiple layers of code transformation, and I'm trying to understand how source map generation works in such a complex setup. Our project uses TypeScript, and on top ...
Alex Mazur's user avatar
0 votes
1 answer
625 views

I hope this message finds you well. I am currently working with a RN project that involves compiling JavaScript into bytecode using Hermes. Given that Hermes inherently converts JS into bytecode, ...
Alex Mazur's user avatar
2 votes
1 answer
3k views

I am facing the following problem after running my project again, the pod installed successfully without any problem, but when running using yarn run ios command, the error as below occurs, has anyone ...
a programer's user avatar
1 vote
0 answers
283 views

I tried opening the debugger on the iOS simulator and got this error as soon as I clicked it: info Opening flipper://null/Hermesdebuggerrn?device=React%20Native... error Browser exited with error:, ...
branperr's user avatar
  • 533
5 votes
1 answer
4k views

I'm developing an application with React Native and I'm using the structuredClone function in my code for deep-cloning objects. My project was scaffolded with Expo's CLI. React Native version is 0.72....
Cooty's user avatar
  • 667
1 vote
1 answer
301 views

I need to generate a js bundle for the React native project which uses Hermes. With react native CLI I can only generate non-hermes bundle npx react-native bundle What should I trigger to generate ...
Kirill Novikov's user avatar
1 vote
1 answer
179 views

I am creating a mobile (iOS) application that communicates with an esp32 and puts this information on a database (I am using firebase). The esp32 sends an array of bytes to my phone after which I ...
SebastiaanTheCoder's user avatar
3 votes
0 answers
399 views

I recently upgraded my dependencies and upgraded from React Native 0.68.5 to 0.72.6, enabled hermes and fabric, I will say everything went well except for one thing, on Android I started experiencing ...
Alfa's user avatar
  • 135
3 votes
2 answers
2k views

I just upgrade my iOS RN from 0.63 to 0.65. Then enable hermes in podfile. I can start app normally, JSI is showing in developer menu, mean hermes is running. I follow exactly guide from https://...
takid1412's user avatar
  • 356
1 vote
1 answer
2k views

This is my code: const saveReserve = () => { if (polygons && creatingPolygon) { let last = creatingPolygon.coordinates[creatingPolygon.coordinates.length - 1][0][0]; console.log({last, ...
Bruno Siqueira's user avatar
2 votes
1 answer
1k views

How can I load a wasm file into an expo react native app? I am using "expo": "~49.0.8" Here is everything I have tried: I tried using Asset and useAssets from expo-assets I tried ...
currenthandle's user avatar
0 votes
1 answer
412 views

When I try to run my react native expo app in iOS using npm start , I get the following error in the require.js file: the screenshot of the exception I tried removing and readding the node_modules ...
EmreUSL's user avatar
  • 11
1 vote
1 answer
485 views

I'm woking on tv os app.I recently upgraded React Native TVOS from version 0.69.8-2 to 0.71.11. After the upgrade, I'm encountering an issue when trying to upload my IPA file to Transporter. The error ...
Mansi Laad's user avatar
0 votes
0 answers
2k views

I am building an app with React Native Expo that includes a form that uses datetimepicker. The error always occurs after I submit a third form. The first two submissions always work just fine so my ...
toby rasputin's user avatar
5 votes
2 answers
4k views

2024 EDIT: There's a new and better way to use Redux and Expo now! Check this out: redux-devtools-expo-dev-plugin: https://github.com/matt-oakes/redux-devtools-expo-dev-plugin I'm using Expo 49 Beta (...
Ovidiu Cristescu's user avatar
2 votes
0 answers
2k views

I am currently working on a new React Native project that uses Hermes as the JavaScript engine. However, I'm facing difficulties when trying to debug the app using Chrome DevTools. I have followed ...
Waseem Kurne's user avatar
  • 1,876
2 votes
0 answers
317 views

TypeError: Cannot read property 'expo_module_name' of undefined, js engine: hermes in expo-screen-capture library of react native. I want to provent screenshots for the expo app. For that I installed ...
Heer Mehta's user avatar
0 votes
0 answers
53 views

Fatal Exception: could not delete: /data/user/0/com.package_name/lib-0/libbetter.so on production build Fatal Exception: java.lang.RuntimeException: Unable to create application com.packageName....
Ramandeep Kaur's user avatar
1 vote
0 answers
711 views

Hermes was initially enabled when i picked up this project, this is not an expo app. before i added custom build types, the entire buildtypes, subprojects, and application.all objects were entirely ...
Jim's user avatar
  • 2,330