How to resolve ':app ' execution failure due to...
I'm encountering an issue when building my Android project. The build fails with the following error:`Execution failed for task ':app:checkDebugAarMetadata'.A failure occurred while executing...
View ArticleModal in Expo Opens in Android Top Left Corner
I am using React Native Expo and I created a modal. On iOS it appears in the center of the page as I wanted, but on Android it opens in the upper left corner with the edge visible. It does not open in...
View Articlereact-native swipeable gesture not working on android?
I am doing a react native course with Mosh (https://codewithmosh.com/). I am using expo. I am very new to react native and don't really know what I am doing, but I know my code should work. I...
View ArticleApplication id cannot be recognized by MainApplication and MainActivity files
I am currently attempting to upgrade React Native from version 0.72.13 to 0.74.7.I have updated the necessary files according to the official upgrade helper...
View ArticleJAVA_HOME is not set and no 'java' command could be found in your PATH
I am trying to build a react-native app on my mobile phone.I do have environment path set in my environment variableI have my phone in debugging mode with adb devices showing phone connected. My java...
View ArticleReact Native "continue" on active
I'm writing my first react-native / mobile app, and I'm encountering an issue. The app executes an async function, which causes another app to open (in this case, the platform native messaging app)....
View ArticleAPK Stuck on Splash Screen After Building Release APK in Expo Bare Workflow...
I’m facing an issue with my Expo bare workflow project. I installed the APK with native Android dependencies using npx expo prebuild. I was able to successfully generate a release APK build, but when I...
View ArticleExpo apk running on android gives metro error?
I made an expo apk using eas, now i installed the app on android connected through USB. It gives this weird error.05-31 11:58:57.603 9520 10203 W ReactNativeJS:05-31 11:58:57.603 9520 10203 W...
View Articlereact-native-reanimated fails entire react native project build
I am currently facing an issue where whenever I try to build my react-native project with react-native-reanimated installed the project fails to compile. When I uninstall react-native-reanimated¨the...
View Articleexpo android build error: arm64-v8a : No compatible library found
I am trying to build expo android inside docker container. Here's all the apt packagesRUN apt update && apt install -y \ ca-certificates curl gnupg make gcc zip unzip apt-utils...
View ArticleAPK shows blank screen if I use navigator
I am new at React Native but I was coding an app in RN. I was testing it with npx expo start and Expo Go app on my phone. Everything works. I created an .apk file with eas build. When I downloaded the...
View ArticleExpo-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 ArticleAudio disconnects after call connects when app is killed — React Native +...
I have created a calling app in React Native using SIP.js and WebRTC. The app works fine when it is active or in the background.However, the issue occurs when the app is killed (terminated):I receive...
View Articlegradlew assembleRelease command in react-native android is not generating the...
I want to generate the unsigned app-release.apk without the react-packager server.I am running the following commands for that.1- cd react-native-project-dir2- react-native bundle --platform android...
View ArticleAndroid build failure in a monorepo with a react-native package
After creating a new monorepo with a package for a new react-native project (0.77.2), the Android build was failing with the following error:FAILURE: Build failed with an exception.* Where:Settings...
View ArticleAndroid bottom home bar covers bottom navigation
Why does the Android bottom home bar cover the React-Navigation-bottom-tabs element?On iOS 🍏, it looks fine:On Android 🤖, it looks like this:I have the SafeAreaProvider wrapping the...
View Articlesame issue glucometer is not able to connect
same issue glucometer is not able to connect using react native ble plxIf your React Native app using react-native-ble-plx is unable to connect to a glucometer, despite scanning and discovering it...
View ArticleMacos Unsupported class file major version 68 when building a React Native app
I'm trying to run and install a React Native app, but during the build process I get the following error:yarn android:info A dev server is already running for this project on port 8081.info Installing...
View ArticleSound plays only once using expo-audio in Expo Go / Android emulator (React...
I'm new to React Native and I'm using the expo-audio library (from Expo SDK 50+) to play sounds in my app. The sound playback works perfectly in the web preview, but when I run it on Expo Go or an...
View Articlejava.lang.UnsatisfiedLinkError: could find DSO to load: libreactnativejni.so
So I am trying since days to get my react native app to work on android. I upgraded the app from 65.3 to 79.1 step by step according to the react native upgrade helper.So now my app builds but crashes...
View ArticleReact Native App Shows "Network Error" Only on Mobile Data, Works Fine on...
’m working on a React Native project, and I’m facing a strange issue.When I run the app using a Wi-Fi connection, everything works perfectly — all API data loads without any problems.However, when I...
View ArticleAudio is not working in when remove from recent
our team built a React Native calling app using sip.js and WebRTC. Everything works fine when the app is active.However, when a call is ongoing and the user swipes the app from recents (kill), the...
View Articlewhy fast refresh doesnt work on Expo Tunnel?
I built my application (development build) with eas, now its a standalone app that I can open on my android and then I run this on my pcnpx expo start --dev-client --tunnel I can connect the app to the...
View ArticleMy app’s assembly debug apk keeps crashing on my android device
No idea what this error could mean. It was working before and then I changed the login system to Google authentication and ever since then no matter what changes I’ve made it keeps crashing. I don’t...
View ArticleReact Native Project stuck at %98 whener clean or build operation on Android...
I'm trying to locally run android project on my windows machine. First after I run"android": "react-native run-android",this command and " /gradle clean" command are proceed until %98 and it never...
View ArticleI'm having issues starting my android studio virtual device
I'm new to mobile development, using reactnative. I have been having issues starting my android studio virtual device. After installation of all the necessarily android sdk and tools, and after...
View ArticleExpo React Native App crashing on android
Ever since I started programming in React Native with Expo, I have been using an ios physical device together with Expo app. I never had any major issues.Now i wanted to start fixing any bugs on...
View ArticleReact Native "change in the order of Hooks called by ContextNavigator"
Just trying to make a web browser with react native for myself with a little help of ai.I am getting this error when i try to run the app both with expo go and as apk file.if you want to look at the...
View ArticleZeego's DropDownMenu not opens in correct direction (Android)
The direction is incorrect as it to the right side, which extends outside of the screen. I need it to open to the left side since the trigger is located on the right edge of the header (Refer to the...
View ArticleFlickering line when opening drawer on Android using expo-router/drawer
Getting a gray line while opening or closing the drawer when using expo-router/drawer.Packages"expo": "53.0.11""expo-router": "~5.0.7""@react-navigation/drawer": "^7.1.1""@react-navigation/native":...
View Article