Category "react-native-android"

React native webview crashing on Android when attach/selecting a file

I am using react-native-webview v.11 and it works all great unless you try to attach a file using the webview and the Android just crash. I have been looking ev

How to use google chart in React-Native?

I am trying to use google charts in my react native app. Below is my code: import React, {useState, useEffect} from 'react'; import {StyleSheet, View} from 'rea

How to specify/upgrade hermes-engine version?

TLDR After upgrading my ReactNative application to version 0.64.2, app crash on launch. I'm aware that I need to upgrade/specify hermes-engine to 0.7.2. Questio

Expo splashScreen not changing

So I'm building an app apk file with expo, and I'm pointing to my splashscreen images on app.json. { "expo": { "name": "D&D Monster Reference",

Tinder-like swiping in React Native

I am trying to optimize my component which will load a set of Cards based on the data it gets from each element of the array, and I want to implement a Tinder-l

Unable to load script.Make sure you are either running a Metro server or that your bundle 'index.android.bundle' is packaged correctly for release

react-native run-android command terminates by leaving a message in android simulator. The message is as follows: Unable to load script.Make sure you are eithe

Multiple Bottom Sheets not opening in react native Ios

Hey folks I'm using react native raw bottom sheet in react native project.I'm showing a bottom sheet when the user click on an icon.It's working fine on both an

Execution failed for task ':react-native-camera:compileDebugJavaWithJavac'

I am creating app using React-Native and testing it on Android device. After adding react-native-camera module, the following error occurs: org.gradle.api.task

request formData to API, gets “Network Error” in axios while uploading image

I am making a POST request to server to upload an image and sending formdata using axios in react-native. i am getting "Network Error". i also try fetch but n

Refresh Screen A when goBack with React Native using Hooks

I have a simple doubt that I can hope somebody can help me with. I have a simple app that hava a main screen where loads all data that I get from a SQLite datab

I'm trying to build standalone app for my react native project used expo cli to design. But the build stops at midway and shows the below error

node_modules@expo\vector-icons\build\vendor\react-native-vector-icons\lib\create-icon-set.js: # could not be cloned. Error: # could not be cloned. at Object.ser

Can we Change Colors to Dropdown Label in reactnative

I am new to React native and working on a project on that, I am using react-native material-dropdown for using drop down component .i want to change the label

Could not find method compile() for arguments [com.android.support:appcompat-v7:25.0.0]

Trying to build a react native project, and cannot compile appcompat Could not find method compile() for arguments [com.android.support:appcompat-v7:25.0.0]

react native Cannot find module 'metro/src/reactNative Transformer'

When upgrading to RN 0.59.4 and after a successful build - one can encounter the following error in metro bundler: react native Cannot find module 'metro/src/r

react-native - How do I scroll a Webview inside scrollview for android?

I want to use WebView inside ScrollView for my react native app. But if I do so, I am not able to scroll my webview, unless I disable the scroll on scrollview.

React Native : Error: Duplicate resources - Android

I was trying to create a release apk file from Android but when I create a release apk with PNG image I'm getting Duplicate Resource error. Initially I thought

React Native Android location request timed out

In IOS there isn't a problem while looking for gps coords. It works fine. On Android side its not stable as IOS. This problem both in real device and emulator.

React native Scrollview/flex layout behaves inconsistent after minimizing the app on Android

I’m taking my first step in react native land and trying to understand the layouting in regards to the soft keyboard. I’ve created a new react proj

React Native StatusBar: dark-content not working on android

I'm trying to change the color of the title and the icons of the status-bar to be black. so, according to the react-native status-bar documentation, I set the b

React Native Android App size is much big

I have developing apps for customers which can be run smoothly on their devices.My current app size is 5 MB. Now, I want to change technology to react-native bu