react-native-geolocation-service build issue
Problem:I have a react native application, there I am using react-native-geolocation-service. After having npm install I tried to build the project using The android studio in there It failed and led...
View ArticleExpo: don't show notification if app is open in foreground
I am developing a react-native messaging app with Expo. Every time a user receives a new message, I send a notification from my server.Is there any way to not display the notification if the app is...
View ArticleExpo - Build android app-bundle with "app signing" certificates
I have an already published (to Google Play) APK that was built by Expo. The key was also created by Expo. Until now everything works great.I tried to build an app-bundle because now it is the...
View ArticleRNCamera Error:TypeError:...
[Unhandled promise rejection: TypeError: CameraManager.checkIfRecordAudioPermissionsAreDefined is not a function. (In 'CameraManager.checkIfRecordAudioPermissionsAreDefined()',...
View ArticleOne Specific API call fails only on Android ( react-native )
I have a react-native app that logs in and grabs user information based on the following code:TestCall(){ console.log(`${myLocation}/login`); return fetch(`${myLocation}/login`, { method:'POST',...
View ArticleHow to sign Expo app APK to update existing App on Google Play Store?
I have an EXPO app and I already created and published it on Google Play Store. The Google App Signing is activated for this project. Now I want to update this APK in this project. I used the command...
View ArticleRNCamera - onFaceDetectionError not working in both Android and iOS
I am not able to find not detecting the face scenario using RNCamera. dependencies: "react-native": "0.61.5", "react-native-camera":...
View ArticleReact native App on android stops execution of react-native-background-timer...
I am call a function which is call in background continuously.but when app is locked this function is not call. I used react-native-background-timer to do call in background. Please help me to solve...
View ArticleWhy gaves me error Module AppRegistry error react native expo
A few days ago everything was going well, everything was running perfectly and I got this error out of nowhere, and I tried to update all the modules, reinstall expo-cli, delete and install the modules...
View Articlereact-native run-android freezes on deleting Gradle directory
I'm trying to run a React Native app:react-native run-androidhowever when I do so I get these messages:info Starting JS server...info Installing the app...Deleting directory...
View ArticleAccessibility Identifier issue in ReactNative
I am setting accessibility identifier for my components in react native using testID in iOS and accessibilityLabel in android. For iOS is working fine but for Android it my identifier is appended with...
View ArticleCan I use react-native for developing maps app
I have a question regarding possibility to uses react-native library for developing the app (ios/android) which will able to support to works with google/apple maps [put points, measure distance, etc]...
View ArticleCan we get face-id in react native for Android devices?
I was implementing biometrics in my app for authentication. I am using react-native biometrics for it. Every things working good just one stucked. Face-id is not working in Android. I did a lot of...
View ArticleParse React Native photo upload error on android
Uploading a file to Parse backend using react native on IOS works fine, on android it does return an error import Parse from "parse/react-native"; ... ... let base64 = cy.state.image; let imageFile =...
View ArticleCan't build React Native after add React-Native-Camera and...
My existing project was working fine with"react-native": "0.59.x", "react-native-camera": "^2.11.2"After i added "react-native-push-notification" to my project =>"react-native": "0.59.x",...
View ArticleSetting up Detox with Expo on Android
For the last two days, i'm trying to understand how to setting up Detox with Expo for Android. I saw a lot of tutorial to configure it on iOS but not on android.I saw there is some package to install...
View ArticleColor of status bar using react navigation
I use React Navigation and I need to set the background color of the status bar darker than header. But Android Emulator has already done this automatically, when my phone set bgColor: none.If I use...
View ArticleView inside MapView, breaks the code in React Native
I am developing a React Native map and I am trying to add a View, inside my MapView, so that I can display the estimated duration and estimated distance towards a given location. But whenever I run my...
View ArticleScrollable child on android is not scrollable when in a ScrollView
I'm trying to use react-native-webview in a horizontally scrollable ScrollView. On IOS it's working fine, but on Android it seems that if the user don't scroll in a perfect vertical manner, the...
View ArticleHow do I get react-native-calendar-events working on Android platform...
I was struggling for a couple of weeks to get the react-native-calendar-events library working on my React Native project after it was upgraded from 0.53.3 to 0.60.4.I was able to get it working on the...
View Article