Need to Detect Volume Btns when the screen is off
I am working on an application that send command to my python server on my laptop when volume btns pressed like thisconst volumeUpSubscription = eventEmitter.addListener("onVolumeUp", async() => {...
View ArticleDisbale ReactNativeJS logs in release mode - React native
React native by default pushed logs to adb with all the network request & application logs, which when grip with - adb logcat *:S ReactNativeJS:V gives us all logs from react native.Ask is in...
View ArticleReact Native Expo App crashing on launch on Android with Firebase SDK
My React native app (using Expo) is working perfectly fine with Firebase SDK in the Expo Go app. (auth, firestore queries, storage, etc)But as soon as I build the app as an apk using: "eas build -p...
View ArticleHow to Make Push Notifications Always Play at Maximum Volume in Expo React...
I have developed a mobile app using Expo, React Native, Supabase, and Expo Notifications, and I have successfully implemented and tested push notifications. Now, I want both foreground and background...
View ArticleHow to fix Duplicate class com.google.firebase.Timestamp
FAILURE: Build failed with an exception.What went wrong:Execution failed for task ':app:checkReleaseDuplicateClasses'.Duplicate class com.google.firebase.Timestamp found in modules...
View ArticleReact Native android build: error: duplicate class:...
I get the error: "duplicate class: com.facebook.react.PackageList" when trying to build my React Native app (0.72.17) for android.This class can indeed be found in two...
View ArticleIssues Importing an .AAR SDK in a Nitro Modules Native Module for Expo
I'm developing a Nitro Modules native module to integrate an Android SDK into an Expo React Native app. I've successfully created mock functions with the correct typings, but I'm facing issues...
View ArticleAdding multiple Unity builds into a React Native Project
I was using https://github.com/azesmway/react-native-unity to integrate a single unity export to a react native app but I wanted to add multiple unity builds in the same app as adding mini games. But...
View ArticleThis version (1.3.2) of the Compose Compiler requires Kotlin version 1.7.20...
This version (1.3.2) of the Compose Compiler requires Kotlin version 1.7.20 but you appear to be using Kotlin version 1.9.24Body:I'm working on a React Native (Expo) app and trying to build the Android...
View Articleandroid wokring with AppsFlyer SDK ,background app doesn't open with deepolink
I have sdk appsflyer , when my android app is in the background and i press on onelink with deeplink , the deeplink doesn't go to the cuurect dl.i notive that the link get first to onNewIntnet and not...
View ArticleIs SSL Pinning safer than traditional SSL certificate configuration? [closed]
I was wondering the other day about something called SSL pinning, which is where you explicitly place the SSL/TLS certificate in you app instead of doing other configuration SSL related.I was wondering...
View ArticleReact Native with Hermes: libhermes_executor.so not found - Tried Everything
I'm developing a React Native app (react-native version 0.76.3) with Hermes enabled. Despite following all the documentation and various solutions, I'm facing the following...
View ArticleReact Native - Ignite boilerplate + firebase. Screen is undefined (IOS is fine)
as the title suggests i'm running react native ignite boilerplate and have started adding firebase auth and datastore to it.My IOS app is building fine and is loading since installing all the firebase...
View ArticleReact Native ERROR after editing "AndroidManifest.xml"
straight to the point. I created a new react native app in windows using:npx @react-native-community/cli init exampleAppI then run:npx react-native run-androidEverything loads up OK. Metro runs fine,...
View ArticleInvariant Violation: TurboModuleRegistry.getEnforcing(...): 'VectorIcons'...
Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'VectorIcons' could not be found. Verify that a module by this name is registered in the native binary.Bridgeless mode: false. TurboModule...
View ArticleYour device isn t compatible with this version but worked yesterday, and now...
Your device isn t compatible with this version but worked yesterday, and now no, is the same appYour device isn t compatible with this version but worked yesterday, and now no, is the same app. I am in...
View ArticleTask :expo:compileDebugKotlin FAILED
I'm using RN cli to develop my react native app but I've encountered an issue and there was no chance to get it fixed .what I tried :-remove nodemodules and package-lock.json and npm i-update react...
View ArticleHow to update version number of react native app
I am using React native with Android. How can I update version number in the app? As I am getting this error.I am generating file as per this...
View ArticleAndroid > Gradle error: autolinkLibrariesFromCommand fails in settings.gradle
I'm building a React Native app(because of using IOS + Android) (using version 0.78) on Windows, and when I run:.\gradlew cleanin VSC terminal, I get the following error:ERROR:...
View ArticleGetting warnings when running a development build in expo
I recently upgraded expo from expo SDK 50 to expo SDK 51 following the Expo native upgrade helper. However I keep getting some warnings when producing a development build. These are the warnings I am...
View ArticleRunning react native 0.76.7 without making MainApplication extend...
In our app the main application is responsible for other features too, not just ReactActivity specific things. Because of the above reason I don't want to make my MainApplication extend...
View ArticleHow can i create new react native App using npx?
I didn't use react-native for a few months. It looks like some things have changed meanwhile. In the official documentation they recommend to uninstall react-native-cli and to usenpx react-native init...
View ArticleIs it possible to add corner radius to donut chart in victory-native-xl?
I want to do this kind of chart in React Native using victory-native-xl but I have no idea how to add corner radius to the pie chart. I can only find the tutorial with normal Victory, not...
View ArticleAndroid Bundling failed
I have problem when wrap app.js with <ClerkProvider> and after reaload the project i had this error message :Android Bundling failed 589ms C:\My Work\React...
View ArticleOBD2 connection using bluetooth-classic
I'm developing a React Native app that displays engine RPM almost in real-time by connecting to an ELM327 Bluetooth interface. I tested the ELM327 using the Piston app, and the latency is acceptable....
View ArticleIssue with Android Emulation,
I'm trying to build an android app using react native. I currently have a project I setup using npx @react-native-community/cli init name and a phone, the Z FLIP 6 connected (and yes I did check that...
View ArticleCan we create ReactNative TurboModules without running CodeGen schema generator?
For my project I have the ReactNative project and Android project created separately. We create a bundle from RN project and save it at the required location in Android project for creating the...
View Articlefetch google maps distance matrix not working on android
I'm trying to retrieve distance information between two locations. informations like time, value e.t.c. this works while texting on iPhone but on android it returns undefined. I've tried two approaches...
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 ArticleAndroid home and Android SDK
I'm trying to build an android app using react native. I currently have a project I setup using npx @react-native-community/cli init name and a phone, the Z FLIP 6 connected (and yes I did check that...
View Article