React-Native Android Studio Project Build failed showing "Deprecated Gradle...
I'm working on a "React-Native" project and it is not building the project in Android Studio by showing the error "Deprecated Gradle features were used in this build, making it incompatible with Gradle...
View ArticleReact Native project can't be open with android emulator
I'm a newbie to react native. I started a new project and followed all the steps. I had Android Studio before and I started the emulator with it. After running npx react-native run-android command I...
View ArticleHow to set ReactNative app as default system app?
Actually, I am working on a ReactNative app like TrueCaller.The problem is how to show the received call in my app instead of the default system UI? Regards
View ArticleReact Native - Android: Why are online images (url) not showing only on...
I have an application that loads images from url with an https, all images are working fine on iOS, and it also works fine when run through react-native run-android (emulator or actual device). However...
View ArticleReact Native second ScrollView not working
My app is developed by react-native(0.62.2) and is depended by react-native-elements(2.0.0). a screen of app must include two ScrollView element. First ScrollView will be used for page scrolling,...
View Articlejava.lang.RuntimeException Unable to instantiate activity ComponentInfo
I am getting an error saying unable to instantiate activity. This activity is a module ModuleX which is inside the main project and also it's enabled for dynamic feature.Also, I have recently added one...
View ArticleRender flatlist items over each other(overlap)
I wanna achieve what you can see in image belo, but i have no idea to make flat list items overlap each other:forget about the right and left icons, im just asking for a way for middle container which...
View Articleglobal.nativeTraceBeginSection is not a function. Systrace error - React...
I am trying to use Systrace for Android development using React Native and want to monitor the performance. Whenever i try to use Systrace, it gives the following error:
View ArticleDeep link is not working in android react native
I have setup a deep link in android react native. I wanted to skip the options menu when click on the link, for that I have added .well-known/assetlinks.json file over my domain address.I can see no...
View ArticleIntegrate an react native app with the contacts
I'm using react-native to make an multiplatform VOIP Dialer, and i'm facing difficuties to integrate my app with the default contacts list of the o.s (Android on the below example)I didn't tried...
View ArticleEntire react native app showing on lockscreen
I have an app with the following code on the MainActivity.java:package com.MyApp;import com.facebook.react.ReactActivity;import com.facebook.react.ReactActivityDelegate;import...
View ArticleReact Navigation Android Animation
recently I have started working with Android System in React Native. When I used Stack Navigator in Tab Navigator, Animation of stack navigation had begun lagging. Actually when I back from Screen...
View ArticleError: Unable to determine the current character, it is not a string, number,...
Whenever I run react-native run-android while keeping the emulator running, I get this error. react-native run-ios wroks completely fine.Error: Command failed: ./gradlew app:installDebug...
View ArticleRangeError: Maximum call stack size exceeded error in React Native
I want to update the state with the data received as a result of the Sqlite query. But, after updating the situation many times, RangeError: Maximum call stack gives you an exceeded error. Also, state...
View ArticleReact Native Navigation Error:the component for the route must be a React...
Hello Every one I am new to react native I am building a very simple navigation system but i am getting this error.Please any one guide me enter image description hereThe screenshot attached above is...
View ArticleAndroid-studio: Unable to locate adb
I read the answers "unable to locate adb" using Android Studio and Error:Unable to locate adb within SDK in Android Studio and it didn't solve my problem.I use the 4.0 android-studio and Ubuntu...
View ArticleIntent.ACTION_SEND from react native
I am attempting to send a .pdf to MobiPrint through an android intent. I have an example in Kotlin, but the problem is, I'm using React Native (inside of Expo) and haven't been able to translate it...
View Articlereact native enable hot reload/fast refresh for node_module java file
After react-native run-android, device was able to auto-refresh each time if I made change on my code.But code in node_module behaved slightly different from what I expect. It still works perfectly on...
View ArticleReact-native - tab navigator nested inside drawer
So as title suggest I'm trying to create drawer navigator, which inside has a screen with bottomTabNavigator. Drawer navigator works fine but when I enter route containing tab navigator it's...
View ArticleType androidx.appcompat.resources.R$dimen is defined multiple times
We have a React Native app where after upgrading to Android Studio 3.6.1 and Gradle plugin 3.6.1 we are seeing this compilation error:Type androidx.appcompat.resources.R$dimen is defined multiple...
View Article