React-Native project not opening in Expo go app
I m working on a react native project and now the project won't open on my android device.I don't recall changing any settings or anything anywhere.I tried opening projects from different systems on my...
View ArticleHow to show avatar + app icon together in Android Notifee MessagingStyle...
I’m implementing push notifications on Android using Notifee in a React Native project.What I want is a MessagingStyle notification that looks like a messenger app or Slack: an avatar icon with the app...
View ArticleReact native white blank screen when load website in a webview
Bug description: The site that I directed with Webview is opened in the ios simulator, Although not working in the andorid simulator.To Reproduce:react-native init AwesomeProjectcd...
View ArticleReact v18 vs v19, React Native batch updates in componentDidUpdate
I had this codecomponentDidUpdate () { if (firstTrigger === true) msgs.push('MSG 1') if (secondTrigger === true) msgs.push('MSG 2') if (thirdTrigger === true) msgs.push('MSG 3') setState({ msgs })}Now...
View ArticleInvariant Violation: TurboModuleRegistry.getEnforcing 'RNCDatePicker' could...
While trying to use "DateTimePicker" from '@react-native-community/datetimepicker', am getting the below error.ERROR Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'RNCDatePicker' could...
View ArticleUnable to run Expo Go app on iPhone (works fine on Android emulator)
I’m developing a React Native project with Expo SDK 54 on Windows 10. The project runs fine on the Android Studio emulator, but I can’t get it to run on my iPhone using Expo Go.Environment:OS: Windows...
View ArticleLinear Gradient In React-Native
I have a component and I want a linear gradient from right bottom to top left in react native, I tried using from 'react-native-linear-gradient' but it's not working.Component :// render return return(...
View Articlehow to remove the red warning icon on Android app's UI? [closed]
I’m developing an Android application and noticed that a red warning icon (triangle with an exclamation mark) appears when opening an external browser via Linking or when a system permission popup...
View ArticleYour app must support 16 KB memory page sizes by November 1, 2025. How can i...
The issue arises from the interaction between Android’s memory page size and the alignment of native libraries (.so files) in your APK. On most Android devices, memory pages are typically 4 KB in size,...
View Articlelibreact_featureflagsjni.so Not Found – React Native App Crashes on Startup
Issue: Android app crashes on launch with dlopen failed: library "libreact_featureflagsjni.so" not found after migrating for 16 KB page size with React Native 0.77.0ContextI am upgrading my React...
View ArticleExpo Web: @expo/vector-icons icons not loading after npx expo export -p web...
I'm building a React Native app using Expo and deploying it as a static web app with expo-router.Everything works fine on iOS and Android, but when I build for web using:npx expo export -p webMy app...
View ArticleHow to handle Android back button in Drawer Navigator with nested Stack...
I have a Drawer Navigator on top of a Stack Navigator. From any nested screen inside the stack, when pressing the hardware back button, the root level Drawer Navigator screen's BackHandler listeners...
View ArticleSave sensitive data in React Native
I am building a React Native application and I need to save some sensitive data like a token and a refresh token. The obvious solution is to save that information using AsyncStorage. The problem is the...
View ArticleReact native error:...
Error appear when a run yarn android, i was try all and the error do not pass. I was added the explicit version of react native on app/build.gradle.this is my npx react-native-community/cli infoinfo...
View ArticleI am Using react-native-safe-area-context, But Expo gives Me Error
I am using react-native-safe-area-context, but Expo gives me error:SafeAreaView has been deprecated and will be removed in a future release. Please use 'react-native-safe-area-context' instead. See...
View ArticleReact Native scheduleOnRN Causing Android Crash
I noticed that runOnJS is deprecated in "react-native-worklets": "0.5.1". ESLint keeps hinting me concerning this deprecation and I can't move on unless I disable eslint for the line (which is not best...
View ArticleReact Native 0.81.4 (New Arch + bridgeless) crashes only from Play Store AAB...
I’ve upgraded a React Native app to RN 0.81.4 using New Architecture (Fabric/TurboModules) and bridgeless. Everything works:iOS ✅Android APK installed locally (assembleRelease) ✅But when installing the...
View ArticleReact Native / Expo APK crashes immediately on launch but works fine in Expo...
I built a React Native (Expo prebuild) app into an APK.In Expo Go, the app runs fine (both debug + release JS).But when I install either the debug APK or the release APK, the app crashes immediately on...
View ArticleIntegration React Native as SDK with New Architecture and turbo modules
We are working on SDK. It is built using React Native and published in the Maven repository. We are using RN version 0.69.2. It is before the new architecture (NA). All works fine... However, we need...
View ArticleBackground service on react-native android
Is there any way to create a background service with react-native on android?I would like some sort of timer that wakes up every hour or so, and launches a simple javascript task.
View Articlenpm ci fails on EAS Build with error: package.json and package-lock.json are...
I'm trying to build my Expo project using EAS Build, but I'm getting the following error during the "Install dependencies" phase:Running "npm ci" in /home/expo/workingdir/build/ directorynpm error code...
View ArticleExecution failed for task...
I'm trying to use the Drawer Navigator from React Navigation in my React Native project. I've come across a similar issue that many others have faced when attempting to run the React Native app after...
View ArticleNot adhering to Google Play Developer Program policies
All I changed on my android app is the app icon and I my update got rejected and the reason is "Not adhering to Google Play Developer Program policies"Please anyone with necessary information should...
View ArticleTask :react-native-reanimated:assertMinimalReactNativeVersionTask FAILED with...
I'm trying to build my React Native project with the following versions:React Native: 0.75.5React Native Reanimated: 3.16.7When I run the project, I get the following Gradle error:Task...
View Articleeas build -p android --profile production FAILED, BUT npx expo run:android...
My project is using React Native Expo Bare Workflow.I try to update my application for fix the newest requirement from Google Console it is :App must support 16 KB memory page sizesWhen Run the command...
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 ArticleShow Lock Screen Media Controls in Expo with expo-av?
I'm building an Expo React Native app with a music player using expo-av. I have enabled background audio playback, and the music continues playing when the app is minimized. However, I'm struggling to...
View ArticleAndroid build error "AndroidManifest.xml requires a placeholder substitution"
I'm building a reactNative app for Android, and I'm getting this error:Manifest merger failed : Attribute data@scheme at AndroidManifest.xml requires a placeholder substitution but no value for...
View ArticleReact 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 ArticleExecution failed for task ':react-native-screens:compileDebugKotlin'
So basically I'm currently upgrading to Api-Level 35 for Android and currently occuring this kind of error, where I'm not able to find a proper solution for my case. What i have done was upgrading my...
View Article