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

All Questions

Tagged with
0 votes
0 answers
4 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
-3 votes
0 answers
20 views

* What went wrong: Value 'C:Program FilesJavajdk-17.0.12' given for org.gradle.java.home Gradle property is invalid (Java home supplied is invalid) [closed]

What platform(s) does this occur on? Android Where did you reproduce the issue? in a development build Summary I'm facing an issue creating an Android development build using EXPO. After updating ...
Lima's user avatar
  • 1
0 votes
0 answers
19 views

Error "Unresolved reference: serviceOf" updating gradle

I'm trying to update gradle in my expo react native app and to do so I executed "./gradlew wrapper --gradle-version 8.9" in the android level. But when I see the logs of the update, it ...
codertocode's user avatar
0 votes
0 answers
3 views

While making a build on react native app on my mac iOS system i am getting this error

Please guide me with the error Failed to upload the project tarball to EAS Build Reason: EPERM: operation not permitted, scandir '/Users/agrahyah/.Trash' Error: build command failed. I have used this ...
Aneesh Assary's user avatar
0 votes
0 answers
13 views

React Native - Could not get unknown property 'com' for object of type com.android.build.gradle.LibraryExtension

I'm updating my react native project with targetSdkVersion 34, I ran into the security error (I followed the steps listed but I'm still getting the error) so I decided to update some of my libraries ...
Zephyr's user avatar
  • 2,112
0 votes
0 answers
18 views

Android Native Bridging in React Native using TextView to display Html

I have tried using a few libraries that can take html text and render the html like inside of WebView libraries but I have been trying something different. I'm trying Android Native Bridging so that I ...
redoc01's user avatar
  • 2,207
0 votes
0 answers
10 views

In React Native KeyboardAvoidingView is adding extra space until the first key is pressed, then rendering correctly after a key is pressed

I have a Bare React Native app that uses React Navigation, the entire app is wrapped in a KeyboardAvoidingView like this: <SafeAreaProvider initialMetrics={initialWindowMetrics}> <...
Henry Gill's user avatar
1 vote
0 answers
18 views

Redirecting to "Google.com" when trying to Google Login in React Native Expo App

This is what my app.config.js looks like. Both IOS and Android have different package names because my android app got suspended, and I had to rename it. I have a feeling It's because the bundle name ...
Hamaad Fahim's user avatar
0 votes
0 answers
18 views

Access Top Camera in Accurate Scanner using react-native-qrcode-scanner package in react-native?

i have developed a qr scanner in react-native. now i have installed the app in accurate scanners in that scanner it have three cameras(front, back and top) i want to scan the Qr code through top ...
Sairam Chundru's user avatar
0 votes
0 answers
16 views

AAPT2 process unexpectedly exit. Error output: aapt2 W 07-25 11:01:48 4839 56976 LoadedArsc.cpp:657] Unknown chunk type '200'

Facing issue while upgrading targetSdkVersion from 33 to 34 Different Versions mentioned below: "react-native": "0.66.3" gradle-wrapper.properties : distributionUrl=https\://...
iBeginner's user avatar
  • 261
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
13 views

App Crashes on a particular screen with Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR)

I am working with BabylonJS in React-Native Android app, and everything was working fine until I added a release build by creating a keystore and other steps that it requires and now it just simply ...
Chaudhry Talha's user avatar
-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
32 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
15 views

Expo Upgrade to 50 Android Build Failure

I am in the process of upgrading my app from Expo 49 to 50 and have encountered an issue when creating builds. While the iOS builds are generated successfully, the Android build fails during the Run ...
Nemese Kalubi's user avatar

15 30 50 per page
1
2 3 4 5
1293