React-Native Build Failed app:mergeDebugAssets
I completed a react-native app for Android, and now when I try to run npm android, I get this error: FAILURE: Build failed with an exception. * What went wrong: Execution failed for task...
View ArticleReact-Native Firebase: Token refresh not working
I have an issue with react-native-firebase (or firebase) in which my app does not receive a trigger after the auth token refreshes. It's pretty much the same issue as [1], but they never posted a...
View ArticleProblem runing 'react-native run-android'
When i run 'react-native run-android' i get the following problem:Error: Command failed: ./gradlew app:installDebug -PreactNativeDevServerPort=8081 FAILURE: Build failed with an exception. * What went...
View ArticleReact-Native omits the last character
Whenever I put a string of more than 5 characters inside a element, the last one is not rendered. Here's my code and the outputted string.const Header = () => { const { textStyles, viewStyles } =...
View ArticleReact-native: On every sign up, data is not updating for signin
I'm trying to make Login and Signup with all credentials for a project. While Sign in it takes single data of email and password, rest signup details sign-in page is not accessing. It seems like it has...
View Articleerror React Native CLI uses autolinking for native dependencies, but the...
please help me! I have other man's source and I plan to use this source but i can't build this app.error React Native CLI uses autolinking for native dependencies, but the following modules are linked...
View ArticleHow do I sign my new React Native App [Android] with my old Expo key?
I decided to rewrite an app that was previously done with expo. When I did the first version with expo I went with the option to have expo handle that process for me. My new app is a pure react native...
View ArticleReactNative : Native module SQLite tried to override SQLitePlugin.check the...
I have a working Android react native app ( react native v 0.60.5 ). I tried to use Sqlite storage in my apps but show this errorbuild.gradle: implementation project(':react-native-sqlite-storage')...
View ArticleFacebook login: key hash does not match any stored key hashes
I am working on a ReactNative app and trying to implement Facebook login. So I generated the hash key with the following commande: keytool -exportcert -alias androiddebugkey -keystore...
View ArticleWhat is the the best way to manage shared dependencies in Android Studio?
I have a react-native project which has several modules. One of my module "@react-native-firebase_admob" uses "com.google.firebase:firebase-ads" as dependency.What I'm trying to do here is to write my...
View ArticleCould not find com.android.tools.build:gradle:3.5
I'm trying to update gradle from 1.3.1 to 3.5, as some of my dependencies requires version 3.3 or above.I've seen similar questions, but none of them help.build.gradle:buildscript { repositories {...
View ArticleHow to fix Not-Allowed error in react native webview when using...
I am trying to build app with voice navigation but it only works in browser, not in webview.is there a way to fix it?
View ArticleReact Native: Interpolating Variable in I18n / Lingui breaking on android
I am running into an issue where interpolating variables within I18n / Lingui works in all environments for IOS but only works in a simulator environment on Android. I am getting { I18n } and { t }...
View ArticleHow to implement an application-wide search bar?
It seems to be a pretty common task to have an application-wide search bar in the header. Unfortunately, I haven't found some ready recipes on how to accomplish it the right way. My solution was to...
View ArticleHow to fix "TypeError: undefined is not an object (evaluating...
I'm trying to use "React-native-camera" library in my project. I've literally done this over 50 times and everything went fine each time both on my mac and Linux System.But now out of a sudden it wont...
View ArticleReact native , QR code Scanning Black screen in some devices
I am trying to create a QR code scanner using react native library barcode-scanner-googleBut facing black screen issue. It is also an open GitHub issue.Anyone please help here to resolve.I found this...
View ArticleExpo build for Android stuck in queue
I'm trying to build the expo app with expo build:android but it just stuck with the message Build in progress....
View ArticleShow splash screen in ReactNative Java App for android
I am new to Android world. I have main-activity with three Framelayout.<?xml version="1.0" encoding="utf-8"?> <merge xmlns:android="http://schemas.android.com/apk/res/android"...
View ArticleTask :react-native-gesture-handler:compileDebugJavaWithJavac FAILED
I need to use react-native-scrollable-tab-view and accompanying that, I also installed/setup react-native-viewpager following this link. This error suddenly appeared and currently, I still can't find a...
View ArticleMinimum hardware and software requirements to run mobile apps built with...
I am looking to source some testing Android and iOS devices for React Native apps. I've looked at the official docs, but there isn't a specific section for it.
View Article