Quantcast
Channel: Active questions tagged react-native+android - Stack Overflow

Image may be NSFW.
Clik here to view.

Expo Mapbox build EAS fail

I'm trying to build my React Native Expo app for Android using EAS Build. The iOS build works perfectly, but the Android build consistently fails with a Mapbox dependency resolution error.Build Command...

View Article


Expo-Image does not support 16KB page sizes for Android

I am developing an Expo RN app, and I recently updated to Expo 53.0.9, react 19.0.0 and React Native 0.79.2 + ndk 28 for android.I am trying to build my app so that it would support 16KB page sizes for...

View Article


React Native upgrade targetSdk to Sdk 35

I have confusionCurrently I am working on React native project based on React Native v 0.73.9Now that starting from August 31 2025:New apps and app updates must target Android 15 (API level 35) or...

View Article

React Native App [Expo] - create recurring/interval bell sound...

I'm creating a react native app (currently only Android tested), which has a 'mindfulnessbel', but I can't get it to work the way I want it to.What I would like is: the user can set a timerange (for...

View Article

Build failed continuously in react native while launching on emulater

Getting this error continuously and even after trying so much couldn't solve it.Here are the error logs1: Task failed with an exception.-----------* What went wrong:Execution failed for task...

View Article


net::ERR_NAME_NOT_RESOLVED in React Native WebView (APK Release Mode)

I'm building a React Native app using Expo (managed workflow) that loads a TradingView chart using WebView. It works perfectly in development mode (expo start) and in the development build (eas build...

View Article

Error using Android native module in React Native app: TypeError: Cannot read...

I am trying to use an Android native module in my React Native app, but I’m running into an error.I created a new project using the React Native CLI:npx @react-native-community/cli@latest init...

View Article

Expo TaskManager not executing on scheduled notification trigger

I'm building a sunrise alarm clock app in React Native using Expo (SDK 53) and I'm having trouble getting a background task to run when a scheduled notification is delivered.My Goal:When the user...

View Article


I want to create Splash screen for latest react native project

I'm working on a React-Native project in which I've to create a Splash Screen, but when I researched it on the internet and I found a bit complex configuration with a project created.Show me the...

View Article


Image may be NSFW.
Clik here to view.

"malformed calls from JS field sizes are different" error on Android -...

I'm using React-Native.I'm living trouble with Picker component on Android. I use Picker from Native-Base Library.Here is my Picker code with it's parent view.<View style={{height: 40, marginTop:...

View Article

How to Implement SIP-based Voice Calling and Messaging in a React Native App?...

I'm looking to create a React Native app that supports voice calling and messaging using SIP (Session Initiation Protocol). However, I'm having difficulty finding a suitable library or SDK to achieve...

View Article

Why does Firebase Android Authentication throw `Developer_Error`?

I have a React Native app and try to get my Firebase authentication to run. On Web and iOS everything works fine, but on Android I get a Developer_Error and nothing else.I had to delete my first...

View Article

How to fix command node issue while building android app with react-native?

I am using react-native and updated android studio to 3.0. After updating while trying to debug on a device I am getting a build error. Error:Execution failed for task...

View Article


Image may be NSFW.
Clik here to view.

Expo, Supabase Google-Sign-In DEVELOPER_ERROR. NOT using Firebase

I'm trying to get google oauth to work using Expo and Supabase, but I keep getting the below error ONLY when trying to sign in on Android. I am not using Firebase. I do not receive this error on web or...

View Article

How to enable/disable Hermes based on Android/iOS Environment Variables in...

Due to compatibility issues of Hermes (in RN +71.0) with React Native Debugger, I want to disable Hermes on Development and enable it on Production automatically, with Android/iOS specific ENV files.In...

View Article


Background task not running in expo react native app?

I'm building a Pomodoro app and I want the timer to continue counting down even when the user locks the screen or moves the app into the background. Once the timer hits 0, it plays a custom audio file...

View Article

file is getting saved in /storage/emulated/0/Android/data/com.. instead of...

The pdf file is getting saved in /storage/emulated/0/Android/data/com. and it's not accessible on the real device I want it to get moved to the download folderimport RNImageToPdf from...

View Article


React Native Metro over HTTPS (Android device, RN 0.74) still tries HTTP

I’m working on a React Native 0.74 app with a third-party SDK that requires Metro to run over HTTPS instead of HTTP. I prefer to use USB method over WI-FI.SetupReact Native 0.74.1Android physical...

View Article

How can I integrate Gaode Map (AMap) into a React Native (Expo) app for both...

I’m developing a mobile app using React Native with Expo, and I need to integrate a map feature.Because the app will be used in China, I need to use Gaode Map (AMap, 高德地图) instead of Google Maps, which...

View Article

React native android app closes unexpectedly with react-native-gesture-handler

ContextI have a react-native app with the following versionsreact-native: 0.73.11react-native-gesture-handler: 2.21.0react-native-screens: 4.1.0I have used GestureHandlerRootView from...

View Article

[Android][expo][@react-native-voice/voice] [TypeError: Cannot read property...

I'm trying to record user voice and transform it to text in react-native app, using expo, typescript, and @react-native-voice/voice package.I have imported the library into my project, but when I try...

View Article


java.lang.UnsatisfiedLinkError: dlopen failed: library...

I was manually upgrading a react-native app from 0.67.2 to 0.76.2 (making changes in the required files). I was able to build the android app successfully after a day of debugging here and there. But...

View Article


Script compilation error: Line 18: ?.extensions Unresolved reference: extensions

I am new to android development, and I want to upgrade the API of the android application from 33 to 35,But when I try there are some issues that I have been facing. I have been stuck for many days for...

View Article

Can I build Android apps with react native?

The recently launched react native features just iOS app example and docs.

View Article

Image may be NSFW.
Clik here to view.

After successful logout user is not redirecting back to the app

I am working on a react-native application where have implement Microsoft Entra authentication through react-native-app-auth. Login is working as expected I am facing an issue with logout -From user...

View Article


No "Battery" element found in Appium test

I'm following https://appium.io/docs/en/latest/quickstart/test-js/ against a Medium Phone API 36.0 deviceBut driver.$('//*[@text="Battery"]') is return no elementsAnd await driver.getPageSource() shows...

View Article

Image may be NSFW.
Clik here to view.

Expo Push notification fails on real device due to error which says "Default...

My React native app builds successfully on physical device(android) but I am getting this error related to the push notification with expo and firebase.Below is the screenshot of the notification error...

View Article

Menu with submenus - The hardware back button takes to first submenu page...

Just started learning React Native (using expo)I have a profile.jsx in my app folder. It has multiple sub-menu. Each sub-menu also has a custom "<- Go Back" button which takes to profile.jsx.File...

View Article

Expo react native apk not opening in android Mobile

I developed react native application with help of expoI successfully compete development locallyI build the code and got apk fileI try to open apk in android but apk file not opening. Even could not...

View Article



Image may be NSFW.
Clik here to view.

React Native (Expo) KeyboardAvoidingView creates permanent space at the...

I’m building a login screen in Expo (React Native) that includes a few input fields and a button at the bottom.Everything looks perfect before interacting with the keyboard, but after:Tapping into a...

View Article


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>