React Native Maps: Markers image doesn't show using Custom Marker in...
I'm using react-native-maps but I faced a problem that after a lot of googling without answer makes me ask it here.I'm trying to use Custom Marker for the marker in the map as the following picture as...
View ArticleHow to get current country of Device in React Native (iOS and Android)?
I am trying to get current country of device in but didn't find anything. Is there something to do so in React Native?I tried using react-native-device-info but it is also not supporting but in...
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 ArticleWhat is {...props} and how to get my function from other
I'm trying to learn react native and especially react navigation v5. According to this topic: https://reactnavigation.org/docs/themes/#using-the-current-theme-in-your-own-components, I try to make a...
View ArticleCross platform Mobile SDK with react native for IOS and Android
I am beginner to react native. Please forgive if it is a very basic question. I have a Javascript client library which I want to write for both IOS and Android also. Instead of writing separately....
View ArticleReact Native: The development server returned response error code 404
I am trying to run a react native app on my computer, using an a Ngrok server. I am using port 8081 on my computer, when i run the command npm start in terminal my server runs on the port, and when i...
View ArticleHow to configure Local Notifications in expo?
I am fairly new to react-native and still learning. I am trying to configure local notifications for an android device, but it's not working. While trying to solve this issue, I learned that...
View ArticleReact Native Integration with Android Pay and Apple Pay + Stripe
For several days I’ve been looking for a working library for payments using google pay & android pay and with stripe support
View ArticleImages not appearing when running from APK
This issue relates to Android.We have recently migrated our react-native project from Expo to bare workflow. We have an issue however whereby images are not loading when running the built apk file....
View ArticleHow to get permissions to access the Android Image Gallery in React-Native?
Using the image picker, my app can successfully access the iOS camera roll using this code: getPermissionAsync = async () => { if (Constants.platform.ios) { const { status } = await...
View ArticleCould not initialize class org.codehaus.groovy.reflection.ReflectionCache
I'm new in React Native. I wanted to run a project with the command:npx react-native run-androidIn summary this error appears:Starting a Gradle Daemon, 2 incompatible and 1 stopped Daemons could not be...
View ArticleChange backgroundColor BEHIND keyboard with React Native?
This sounds needless and crazy, but it's actually much more sane than it sounds.I've been trying to find a way to do this and am pretty close to giving up. Currently I assume it's not possible.What I'd...
View ArticleReact Native: Opening a WebView modal over a WebView on android freezes the...
I've created a react native app where one screen is a WebView form where pressing a button opens up a custom made Modal whose content is another WebView, thereby allowing the user to navigate away from...
View ArticleTrying to create first react native app getting Build Failed error
Trying to create my first App.Getting this error refereed tried with some commends unable to install app.can any one please tell me what is going wrong.
View ArticleUnable to resolve module `scheduler/tracing` react native
i get some error like this in react-native run-android processerror: bundling failed: Error: Unable to resolve module `scheduler/tracing` from...
View Article'installDebug' not found in root project 'android' React Native
I am trying to run my project on the android simulator. When I run react-native run-android I am getting the following:FAILURE: Build failed with an exception.* What went wrong: Task 'installDebug' not...
View Articleerror: package com.android.annotations does not exist
I have the following classimport com.android.annotations.NonNullByDefault;@NonNullByDefaultpublic final class Log { ...}and here is my build.gradle file (some parts omitted)apply plugin:...
View Articlereact-native how getPackageName?
I want to get the Android package name:How to use react-native?this.getPackageManager().getPackageInfo(this.getPackageName(), 0);
View ArticleGetting "java.lang.UnsatisfiedLinkError: couldn't find DSO to load:...
I'm in the process of migrating a React Native project from react-native version 0.58.5 to 0.60.4. For the Android part I've done all the changes mentioned hereI let Hermes disabled in my app...
View ArticleConfiguring Local Notifications in expo for android devices?
I am fairly new to react-native and still learning. I am trying to configure local notifications for an android device, but it's not working. While trying to solve this issue, I learned that...
View Article