React-native build error in...
I am facing issues with my react-native app. It was working fine before the re-installation of windows after I have re-setup everything from android studio, whenever I try to run "react-native...
View ArticleHow enable Tls 1.1 and 1.2 in react native (android)
Well, I'm developing an app for android and IOS platform, inside my app I'm fecthing data from an API. I realised that my app can't fetch data in some android versions. I tested in andoroid 4.1, 4.4...
View ArticleReact Native Fetch Remote Http request throws Network Request Failed (On...
I am trying to access Remote HTTP Api on my local machine. The API is working perfectly on Postman as well as on Chrome in my local machine. But When making Fetch call using Expo React Native Fetch I...
View Articlereact-native-webview not support mathemetical tags in Android
Below html tag not showing properly in android but in iOS its work fine."<p><math...
View Articleerror "Could not get BatchedBridge, make sure your bundle is packaged...
Trying to create a react-native project on Android 4.4.2 I get this error screenand couldn't find any way to resolve it. I tried restarting packager, reconnecting device, even reinstalling react native...
View ArticleGoogle Places API + ReactNative
I'm trying to utilize Google Places API in Android app.I'm using React Native and the following package:https://github.com/FaridSafi/react-native-google-places-autocompleteAPI key in Google console...
View ArticleHow to let the user import a file from local device in react native?
I am building a react native project and I need to give the user the option to import a .csv file from their local device, and that file will be sent to the server, how can I do that?
View ArticleHow to set canOverrideExistingModule=true in React Native for Android Apps?
I built an android app using React Native, it got built successfully but when I run the app in my Android Virtual Device it shows up a full red screen with the following error:I have not done native...
View Articlenet::ERR_CACHE_MISS on Android 5.0, 5.1
I use Android Version 5.0.2In my React Native, I use the bellow code import React, { Component } from 'react';import { WebView } from 'react-native-webview';class google extends Component { render() {...
View ArticleAndroid: adb install apk fail
Hi I just started mobile development few weeks ago. I am having one problem when I am trying to install the application to my phone(Huawei phone) with "adb install app/build/outputs/apk/newApk.apk"....
View ArticleReact native animation loop hooks
I have to make the loops spin.So I have degree = 0 which must gradually reach degree = 360, and then start from 0 and return to 360 and so on.I tried this way but it's not working, where am I doing...
View ArticleHow to detect if a headphones / a headset is connected to an Android device...
I am making a calling app where users may or may not use headphones / a headset. On an incoming video call I am using react-native-incall-manager to turn the speaker on / allow speaker phone. The basic...
View ArticleIs there any way to run a foreground service in react native?
I've been doing a few searches on google trying to find a way to run foreground services in react native but I haven't found much about it.Is anyone aware of how to accomplish this?This is what I mean...
View ArticleAndroid react-native showsMyUserLocation doesn't appear
I have the following code in my ./src/index.js: import React from 'react';import MapView from 'react-native-maps';import {View} from 'react-native';const App = () => (<View style={{flex:...
View ArticleDetect if picture of picture taken in mobile app
I am working on a face recognition app where the picture is taken and sent to server for recognition. I have to add a validation that user should capture picture of real person and of another picture....
View ArticleBack button react native doesnt closes the app
Hi im trying to do this:1- i have a basic webview app, when i press back button i should get back to last page but if im on login page and press back button or back gesture on my android my app should...
View ArticleReact Native running in emulator gives bundling failed: permission denied error
I have just created a project with react-native init on Manjaro Linux and opened it with Android Studio . I then ran react-native start on a terminal and then ran the app on an existing emulator which...
View ArticleAxios POST request gives a "Network Error" when adding image to FormData...
I'm currently building a simple app in React Native 0.62.2 for Android. I've been having some trouble with axios 0.19.2 (or even the fetch API) when trying to upload images to my API (which is written...
View Articlereact-native-community_async-storage checkDebugManifest issue
When I run android bundle in react-native I get this gradle task error:react-native-community_async-storage:checkDebugManifestIs anybody know, How can i fix this issue ?...
View ArticleReact-Native on Android does not render image
If I run this Snack on Expo on my Android device, it shows the image fine: https://snack.expo.io/@kovek/58126eIf I run that same code serving from my React 62 packager, with the bundle running on my...
View Article