how to solve 'void...
I got the error after upgrade my react native app 0.74.1 to 0.79.1, i didnt got any details log of this errorAttempt to invoke interface method 'void com.facebook.react.uimanager. ViewManagerDeleg...
View ArticleError in create the react native app with npx
I'm trying to create a react native app with the command npx react-native init MyTabletApp --template react-native-template-typescript but I got this error attached. How to create an rn app that starts...
View ArticleI got Execution failed for task ':app:configureCMakeDebug[arm64-v8a]' while...
The app was working fine yesterday, but now it gives me this error :Execution failed for task ':app:configureCMakeDebug[arm64-v8a]'.> [CXX1429] error when building with cmake using C:\{my...
View ArticleApp crashes on Android when clicking external links in WebView (Expo, React...
I have a React Native app using Expo (52.0.37) that displays a Laravel-Inertia web page inside a WebView (react-native-webview 13.12.5). The app works as expected on iOS and in the Android emulator,...
View ArticleDependency 'androidx.browser:browser:1.9.0-alpha02' requires libraries and...
A failure occurred while executingcom.android.build.gradle.internal.tasks.CheckAarMetadataWorkActionDependency 'androidx.browser:browser:1.9.0-alpha02' requires libraries and applications that depend...
View ArticleExpo app getting flagged READ_MEDIA_IMAGES, even though i dont need images in...
much like this question my expo app is getting flagged for READ_MEDIA_IMAGES, the only thing is im not even using expo-image-pickermy package.json"@apollo/client": "^3.10.4","@expo/vector-icons":...
View ArticleUpdated compileSdkVersion to 34 in React Native project, but unable to...
I recently updated my React Native project's compileSdkVersion from 33 to 34 to comply with Google's new policy. After making this change, I am unable to connect to the Metro server. Here are the...
View ArticleReact Native Android Native Component Events Not Reaching JavaScript
I'm building a custom React Native view that wraps a camera preview with QR code scanning functionality. The native Android component detects QR codes, but the events aren't reaching my JavaScript...
View Articletrying to connect expo app to bluestacks error No connection could be made...
I'm working on a react native app with expo and i'm trying to use bluestacks as an android emulator, i have the bluestacks open and running and on my command line (git bash) i useexpo start...
View Articleerror Execution failed for task ':app:processReleaseMainManifest' when trying...
i'm with this error:[RUN_GRADLEW] FAILURE: Build failed with an exception.[RUN_GRADLEW] * What went wrong:[RUN_GRADLEW] Execution failed for task ':app:processReleaseMainManifest'.[RUN_GRADLEW] >...
View Articleexpo:compileDebugKotlin : A failure occurred while executing...
I'm using react native cli to develop my react native app ,and I installed expo modules following docs https://docs.expo.dev/bare/installing-expo-modules/#automatic-installation (manual installation...
View ArticleTips on how to compile old react native projects on modern versions of xCode...
So I have some react native projects which I haven’t touched in a year. On Android they tend to still work ok, but when it comes time to compile them for iOS I’ll get hit with errors. Specifically...
View ArticleGradle Error in React Native app for unchanged files
I have created a new React Native app. I have manually transferred the code from my Expo app to this app. I then ran:cd android/./gradlew buildThis results in an error. After multiple attempts to fix...
View ArticleHow to implement gRPC in React Native (Android & iOS) for real-time location...
I'm working on a React Native CLI project where the app needs to send the employee's current location to the backend every 10 seconds or 1 minute.The backend team has already provided a gRPC protocol,...
View ArticleExpo Android Build Fails (Windows): ninja: build stopped: subcommand failed...
I'm working on an Expo 52 project with React Native, and I'm encountering a build failure on Windows 11 (does not happen on Mac) when running npx expo run:android. The error message...
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 Articlehow to enable or disable scrolling on FlatList
I have a FlatList which is wrapped in a View.<View {...this._panResponder.panHandlers}><FlatList .../></View>the View is a panResponder, so how to disable FlatList's scrolling when...
View Article[React Native][0.71] Plugin with id 'com.facebook.react' not found
Plugin with id 'com.facebook.react' not found.1: Task failed with an exception.Where:Build file 'android/app/build.gradle' line: 2What went wrong:A problem occurred evaluating project ':app'.Plugin...
View ArticleHow to position the status bar partially covered by the sidebar in a React...
I’m working on a React application and trying to achieve the following:The sidebar takes up approximately 80% of the screen width.The remaining 20% of the screen, not covered by the sidebar, should...
View ArticleWhy React-Native Couldn't start project on Android connection with Expo?
Couldn't start project on Android.Error : No Android connected device found, and no emulators could be started automatically.Please connect a device or create an emulator...
View ArticleCan't connect my Android Phone in Expo React Native Project
I'm using Expo App in my Android Device to connect into the my Laptop's Expo (Signed in both my same Expo's Account)I am also connected in the same network. Then I scanned my code then after that it is...
View ArticleConsent form available false react-native-google-mobile-ads
I am trying to show GDPR consent form to EEA users using react-native-google-mobile-ads. I have followed their instructions however when I callconst consentInfo = await AdsConsent.requestInfoUpdate({...
View ArticleThe includeFontPadding property is not working
The includeFontPadding property of the Text component in React Native does not work on Android real devices (the real devices are Xiaomi 10 and Xiaomi 13 with Android 13).<View...
View Article"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 ArticleAre React Native super apps allowed in Play store or App store?
I would like to create an app consisting of a main application that will be available on the Play / App Store. Additionally, there will be several mini app bundles hosted on an S3 bucket or another...
View ArticleReact Native Release Build Fails: Could not find...
Title:React Native Release Build Fails: Could not find com.facebook.react:react-android:0.76.7Description:I am working on a React Native project, and the debug build works fine. However, when I try to...
View ArticleExpo app: Play sound on push notification while app is in background or closed
I'm building an Expo app for merchants to receive orders from web clients.When an order comes in (via push notification), the app should play a sound or alarm.It works correctly when the app is in the...
View ArticleHow to modify FlashList's Recyclerlistview props accessible via...
For quite some time now, I've been trying to eliminate blank area occurring when FlashList is being scrolled fast.The latest approach I am planning to try is to get FlashList pre-render enough rows...
View ArticleCan I customize both the notification sound and vibration for push...
QuestionI'm developing a mobile application using Expo (React Native) and I want to customize both the notification sound and vibration pattern when the app receives push notifications.What I'm trying...
View ArticleHow can I open my app when NFC tag is scanned?
I have a React Native app (built with Expo). I would like the phone to open my app when an NFC tag is scanned.I have set up my NFC tag with the URL https://my-web.com/tag/login (my-web is just an...
View Article