This application and the service it wants to communicate with must be signed...
This keystore issue is visible in only one system of a react native code for android application but doesn't comes in between other systems. How can it be resolved?
View ArticleTask :expo-location:compileDebugJavaWithJavac FAILED
I merge work of my coworker and even after seeing all the stackOverflow/github/... solution i'm still stuck with this trouble.My error is like this (it's with Expo but the error can change to...
View ArticleHow do I get my Android emulator (via Android Studio) to send network...
I am developing a React Native application on a Macbook Pro and using the Android emulator in Android Studio for testing. I use a VPN to access my dev environment sites. Last week, the Android emulator...
View ArticleReact-native run-android not working on plugged in android 4.1.2 phone
I'm having trouble running my react-native app on my plugged-in android phone. The thing is that I have an iPhone and the available phone around is an old htc, having an android version of 4.1.*When I...
View ArticleEntry name 'META-INF/MANIFEST.MF' collided
DescriptionI keep getting the error below when running detox build -c android> Task :app:packageDebugAndroidTest FAILEDFAILURE: Build failed with an exception.* What went wrong:Execution failed for...
View ArticleHow to clear react-native cache?
In react-native development, there are multiple caches used when the app is built:React-native packager cacheEmulator cacheJava side cache (.gradle) folder (only in android)npm cache (if relevant?)Am I...
View ArticleWhy is the font family causing text inside of a react native input tag to be...
I'm using a React Native input tag to display three lines of text. On iOS, it displays fine with the specified font family but on Android, when I specify my font family, the third line of text is cut...
View ArticleHow to setOnclickListener in child button to pass data from android to...
I am creating android native components to be used in my react-native project.My native component is composed of parent view and one child button. I want to add listener on the button that will pass...
View ArticleReact Navigation 4 - drawer naviagtion swipe gesture not working
This is my App.js fileimport { createAppContainer } from 'react-navigation';import { createDrawerNavigator } from 'react-navigation-drawer';import HomeStack from './src/routes/HomeStack'import...
View Articlehow to delete a folder in Android and IOS when app gets uninstall ?...
Is that possible to remove a folder with its content when users click on uninstall button of our application ?I did something like bellow, but after uninstalling the app the tempfolder exists.import...
View ArticleWhat's causing Expo's ImagePicker.launchCameraAsync() to crash the app on...
I have a managed expo app that uses expo SDK 39 and expo image picker ("expo-image-picker": "~9.1.0") currently in production. Some android users have reported the camera feature "not working" which...
View ArticleFirebase works fine in Web App but it's giving me the error while I try to...
When I try to Register a new user in the Firebase app ran on Browser(Web App) is working fine, no errors whatsoever.But When I tried to do the same on an Android device, it is showing the following...
View ArticleReactNative Could not find com.android.tools.build:gradle:4.1.1
i'm working on a react-native project V 0.59.5i'm trying to uprgrade it to V 0.63.3i was trying to solve problems poping in android studio, i updated the android studio to 4.1.1 and then there was a...
View ArticleApp crashing on launch: libc.so (missing), libjsc.so (missing)
I am using react native 0.61.5 and hermes is disabled. I have tested in the devices available with me and the app is working fine but in the firebase crashlytics its crashing in different...
View ArticleReact-Native Horizontal Scrollview not working but works well with vertical
I am new to react-native. I want to achieve a horizontal scrolling of list. When added horizontal the scrolls won't work. But it works well went removed horizontal={true}.Below is the code.<View...
View ArticleReact native android debug.apk is not installing in One plus Nord
When I am running react-native run-android to run android app in debug mode in my Oneplus nord, I am encountered with following error.Unable to install...
View ArticleAndroid disconnects Wi-Fi before async fetch in Background Fetch task
I'm using expo-background-fetch to schedule a Background Fetch task. In that task I want to request geolocation, make an HTTP call to my server to retreive some data, and I also want to send a...
View ArticleHow to open default Contact app in react native using Expo?
How to open the default Contact app in react native using Expo?my requirements are:Display a button to open the contact book on home screen.On clicking the button, open the list of contacts in user's...
View ArticleHow to change color of Switch toggle button using state?
If I have a Switch component as follows;<Switch trackColor={{ false: '#e57373', true: '#81c784' }} thumbColor='gray' ios_backgroundColor="gray" onValueChange={(value) => this.setState({ toggle:...
View ArticleCan i add custom sticker in Facebook messenger through app?
i have used this package to add my stickers in whatsapp.is there any way i can do that in Facebook messenger or any package. is it possible?https://www.npmjs.com/package/react-native-whatsapp-stickers
View Article