Possible Unhandled Promise Rejection (id:0) Error: network error in react native
Possible Unhandled Promise Rejection (id:0) Error: network error in react native import React, {Component} from 'react'; import {View,Text} from 'react-native'; import axios from 'axios'; class...
View ArticleAndroid auto change riyal symbol in React Native
I am trying to render riyal symbol in my react native project (saudi arabia currency). What i am dong is: <Text>ï·¼</Text> And the symbol that i expect it will render on my app is: On IOS it...
View ArticleReact Native: error: resource...
I am trying to get Facebook Login for my React Native Android project and when I try to build it with react-native run-android I am getting this error. I thought at first it was an issue with my Gradle...
View Articlereact-native how to detect current installed app ABI?
I have an update function,and i found if already installed arm64-v8a variant then it can't update use armeabi-v7a variant apk.So I need a way to detect.
View ArticleMoving Node, Android and others away from user and appdata
Hi guys I have a very important question.I am developing with React / React Native / NodeJS / JavaScript... and I have files that are saved on my computer that need to be there for the programms to...
View ArticleSlow performance after switching to HEREMap premium SDK
I am facing performance issues with HEREMap Premium Android SDK in my react-native project. Previously I was using free version of HEREMap, and my map view was performing very well. But once I switched...
View ArticleReact native run-android error while preverifying
I tried to run react native project using react-native run-android command, but there is an error showing at 98% and the process ends with an error. Please check the below errors.Unexpected error while...
View ArticleRunning Emulator with expo and Android Studio and getting : "Error running...
(1) I enabled USB debugging on the emulator as I do not have an android. (2) I updated all of my drivers. (3) Yarn is running as it should, (4) expo is starting and (5) the emulator is connecting and...
View ArticleScrollView pagingEnabled scrolls to the last Index when using arrow keys
I am building an Android TV application. I have tried many carousel packages but nothing fits my needs. So I decided to make my own using ScrollView. The only requirements I had were, the image should...
View Articlehow to fix webview has been removed from react native it can now be install...
enter image description hereimport React, { Component } from 'react';import { Text, Button, View, ScrollView } from "react-native";import Chart from "react-native-f2chart";import { WebView, } from...
View ArticleFlutter vs React Native vs Java vs Kotlin [closed]
I would love to learn android development, which of Flutter, React Native, Java and Kotlin would you recommend and why? I have a good background in node.js
View ArticleRNFetchBlob download not working on android 9
My code to download the file as belowRNFetchBlob.config({ path : path, background: true, cacheable:false, timeout: 1000 * 60 * 15 //15 minutes }) .fetch('GET', forFile.url, {//some headers ..})...
View ArticleExpokit - Splash Screen not showing on Android after upgrading to SDK 36 from...
I am currently working on a project that is ejected to Expokit and some weeks ago we upgraded SDK version from 32 to SDK 36, and since then, in Android devices, the Splash Screen from configuration...
View ArticleERROR: extensionSupplier.get "compileSdkVersion" must not be null when...
I ejected my expo app to add native code. I got an error in /node_modules/expo-gl-cpp/android/build.gradlethe error is : ERROR: extensionSupplier.get()!!.compileSdkVersion must not be nulland i the...
View ArticleReact Native - Android TV - DPad Functionality
I have published a react native application to google play store for android tv.For tv, I have received notification for:Missing DPad functionality Your app requires user interaction for menus or app...
View ArticleAfter importing react-native-firebase/firestore in to my app, I get the build...
I have just added react-native-firebase/firestore v6.2.0 to my React Native app. It was previously building fine whilst using the auth and messaging modules.Now when I build the app I get the...
View ArticleReact native Amplify AWS package conflicting firebase
In my react native project I earlier added aws amplify for push notification. After that I wanted to do analytics, so I added firebase to it. After that, my android app build but stops as soon as it...
View ArticleGet device screen height in React Native when Full Screen Gesture feature is...
I need to get the real screen height of devices that have enabled the Full Screen Gesture feature and have a notch.The thing is that both of this device features can be modified by users, I mean...
View ArticleTVEventHandler not found for Android TV
I am trying to build an application for android tv and I wanted to use the remote movements. I first checked if there was a package which could help me with this but I could not find one.Then I moved...
View ArticleEvent from event.nativeEvent.data logs as setImmediate$0.4162155499933975$1
I am trying to pass token and other user details from React Web application to React Native application with Webview (react-native).When I do window.postMessage(JSON.stringify(reactNativeObj), '*');...
View Article