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
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
12 views

How to Embed Android Emulator In React Web Application

I Have an android emulator that runs in my system locally through command. I am using Ubuntu . But now I want to Embed my emulator in React Appilcation. I tried Alot but i didnt find any suitable ...
areeb ahmed's user avatar
0 votes
0 answers
22 views

React Native custom RefreshControl component doesn't work on android

I recently created a custom spinner icon for my app, and I have implemented it everywhere without too much hassle, but when it comes to the refresh control it's another story. I am using a <...
Tanner Helton's user avatar
0 votes
1 answer
23 views

React native paper dates DatePickerInput customization

I'm trying to customize DatePickerInput component from react native paper dates : https://web-ridge.github.io/react-native-paper-dates/docs/date-picker/input-date-picker The component creates a ...
easymoneysniper23's user avatar
0 votes
0 answers
21 views

Set full background color bottom tabs in android , I write app using React native expo

Help me, I want backgroupcolor full bottom tabs in React Native expo, I run it device android I want to fully adjust the color of the tab below. It's currently missing color at the bottom, you see it ...
Hòa Nguyễn Coder's user avatar
0 votes
0 answers
20 views

Unable to resolve module - React Native

I am trying to source an image for my mobile app in react native. But for some reason, the Metro Bundler is giving me an error that it can't find the image source. Error: Unable to resolve module ../...
user25986008's user avatar
0 votes
0 answers
31 views

How to fix TypeError: Cannot read property 'packagerOpts' of null, js engine: hermes

I noticed that my project had many npm security issues so, I decided to upgrade my expo sdk using npm install expo@latest and npx expo install --fix. The security warnings were gone after this but I ...
valve's user avatar
  • 23
-1 votes
1 answer
86 views

Gradle run/build issue while trying to run an android app

Could not run phased build action using connection to Gradle distribution 'https://services.gradle.org/distributions/gradle-8.6-all.zip'. java.lang.RuntimeException: org.gradle.api.internal.catalog....
damian wayne's user avatar
-3 votes
0 answers
18 views

Need help building an external GitHub project with vague dependencies

This project provides not too much information on how to build the app, specifically the android version. I am stuck on how to build it. Repo: https://github.com/ThaUnknown/miru Dependencies according ...
vvxrtues's user avatar
0 votes
0 answers
62 views

How to reduce APK or Bundle size in React Native?

I have created a new project using "react-native": "0.73.6". Without making any changes to the source code, the APK size of this project is very large. Commands used to build the ...
Darshana's user avatar
  • 652
0 votes
0 answers
35 views

How can I create a mobile wallet application that store access cards and support NFC using react native?

I'm working on developing a mobile wallet application that allows users to store access card and scan their card using NFC capabilities. I have create a application to read & write to NFC tags ...
donny's user avatar
  • 1
0 votes
0 answers
26 views

In React Native, the Android View Component is not visible without a style

I am creating an Android View Component to use in React Native. However, I noticed that some components are not visible in React Native. For example, I created a very simple TextView as an Android ...
junep's user avatar
  • 2,134
0 votes
0 answers
14 views

Rect WebPage Record Audio Failed in Android14 devices

An React WebPage loaded in Android WebView When I Start Audio Recording , I had got an error 'UserNotAllow' But recording can be done successfully on Android12/13 Android app has impl code like ...
Denny's user avatar
  • 1
0 votes
1 answer
42 views

Capacitor Splash Screen - Ionic React

I'm trying to implement a splash screen on my Ionic React project using Capacitor Splash Screen Plugin. In my capacitor.config.ts I have the splash resource name as 'splash', which is default, but ...
David Valente's user avatar

15 30 50 per page
1
2 3 4 5
243