Third Party AAR for Java on React Native
I'm trying to include a couple of '.AAR' files in my react-native project, I'm not sure how to go about it since I don't have much experience in Java and Android Development. Below are the few steps...
View ArticleReact Native Mobile App, NodeJS Api :- 403 - Legacy People API has not been...
I'm new to ReactNative mobile app development and wasted too much time on the internet to fix the problem.Basically I'm trying to implement google and Facebook authentication in NodeJS API where...
View ArticleHow to stop a data only Firebase Notification showing in the UI if received...
I am creating a video calling app for Android using React Native where a data only FCM notification is received in the background when the screen is locked (app may be in foreground, background or...
View ArticleCant run react-native android
Excuse me . i do not speak English good.I install React Native with npm package . When run android with code : npm run android Show this code :I also installed JDK and SDK and called in Environment My...
View ArticleAndroid Notifications - replace one notification with another
I am building a React Native application where in some circumstances I need to replace a data only notification that has been sent from one client to another. I understand that with data only messages...
View Articlehow to solve my problem with react native build error?
I'm trying to build a react-native project using "react-native run-android" command and I'm getting this error: FAILURE: Build failed with an exception.What went wrong: A problem occurred configuring...
View Articlereact native force light mode in android app
when I run my react native app in emulator (pixel android 10) ,I noticed that the app change white background to black when the phone set to dark mode. this made hard to read the black text or anything...
View ArticleVibration not ocurring on React-Native Android Device when unplugged
import { Vibration } from 'react-native'; const handleThrottledShake = () => { Vibration.vibrate(500); console.log('ran vibration'); } I'm currently developing a react-native app and running into...
View ArticleBuild Failed while run-android
I want to run my project on physical device. However while I run android Build failed. then getting an error.Task :app:transformDexArchiveWithDexMergerForDebug...
View Articlecan't send http request on android release apk (built in react-native)
I am sending an HTTP request with dummy username and password to test the my App. On working with non-release variants i.e react-native run-android, I am capable of sending http requests to the server...
View ArticleFirebase notification setSound() not working with React-Native
i'm trying to create a channel to receive notification with sound, i'm sending the notificatiton from the Firebase Cloud Messaging and i setted the Sound to Actived. I do have a file inside...
View ArticleReact-Native assembleRelease fails for task ':app:bundleReleaseJsAndAssets'
When I run ./gradlew assembleRelease build is failed with this error:Error:Execution failed for task ':app:bundleReleaseJsAndAssets. > A problem occurred starting process 'command 'node'I searched...
View ArticleHow to restriction React native app uninstall
I m developing a parental control app using react-native. basically this app does some basic parental control function. Is any way to restrict app uninstall in android. because this has some...
View ArticleApp Update without needing PlayStore like Facebook
Apps that under Facebook can do update automatically without needing PlayStore. As I recall this is against PlayStore policy to do, so why this is still exist then? Is this feature has something to do...
View ArticleAndroidManifest.xml doesn't exist or has incorrect root tag for React Native
I can't even setup react native. it's showing this error
View ArticleBringing a React Native app inside Unity 3D
Hai Guys I have an android app developed using the react-native app. Also, I want to develop an AR app for android using Unity3D. The problem is I want to bring the react-native app inside unity and...
View ArticleCreating Multiple APK with different icons and SplashScreen from same...
I'm trying to create Multiple APK from same source file with different Icons eg: APP_ONE , APP_TWO , APP_THREE 1) I need to install all these APPS(1,2,3) on the same device with different iconsNow i'm...
View ArticleHow to remove the bottomTabs button press effect on Android...
I'm using react-native-navigation v2 from wix (3.7.0) Is there a way to remove the ugly icon mini-zoom and bubble effect it does when any bottomTabs button is pressed? This only happens on Android, iOS...
View ArticleHeadless tasks in React-Native timeout (Android)
I am using headless tasks in RN android but I dont understand one thing, Timeout, does it mean how long I want the background process to work? I would like to work until I call stopService so do I have...
View Article(React Native) How to uploading App Signing Key to Google Play Console?
im developing an app in react native, but i have some problem in deploying to Play Store. I already generating an upload key using keytool as the react native's documentation said, and i got a file...
View Article