Execution failed for task ':app:transformDexArchiveWithDexMergerForDebug'. -...
I have App written with react-native and it's work very fine previouslybut when I install RN async-storageI Don't change anything in native android code I got an error when running the appI'm trying to...
View ArticleIs there a way to work with microsoft LUIS with React Native?
Is there a way to work with Microsoft LUIS with React Native ? I want to record the voice using microphone, store it in a wave file and send that wave file to LUIS to recognize the intent ? Any...
View Articlemetro-config node_modules not found in react-native project
I am serving "react-native start" command in my project and it gives me below error.Invalid regular expression:...
View ArticleReact Native onBeforeSnapToItem combined with onPress
So this is a screen where you slide left to go forward and slide right to go back. there is also a button at the bottom, when clicked it skip all the slide and it goes to the main screen. onPress={()...
View Articlereact expo [Unhandled promise rejection: Error: Tried to use permissions API...
I followed the tutorial for react native camera. I did all the changes also implemented the PermissionAwareActivity for MainActivity, but still give me [Unhandled promise rejection: Error: Tried to use...
View Articleexpo generated apk not saving given permissions
I have an expo app that was working just fine in both iOS and Android, but yesterday I built again and installed the app in Android using the internal test tracks and now the app asks for the needed...
View ArticleIcons from react-native-vector-icons onpress needs to click twice to work
I use react-native-vector-icons.Click the inputKeyboard goes upWhen pressing the icon, icon doesn't trigger, the keyboard will go down first rather than the onpress method icon triggers while having...
View ArticleReact Native Task :react-native-maps:compileDebugJavaWithJavac FAILED
I installed react-native-maps but when i run react-native run-android i got this...
View ArticleIs there a way to record audio with React native and store it as a wave file?
when the user clicks the button, The app should start listening the audio and stop the recording when the user is silent(say for 20 seconds after silence) , now store that audio file in a wave...
View ArticleReact native: Build one apk for all android devices
I make a android app with react native and after build aab and published in google play, now i want download apk to upload to othet store, but google play install special apk for ever android phone,...
View ArticleThe library com.google.firebase:firebase-iid is being requested by various...
I started to get this error today, yesterday everything worked fine, there was no changes in gradle or firebase versionThe library com.google.firebase:firebase-iid is being requested by various other...
View ArticleBackAndroid/BackHandler Event Listeners are not Triggered when set in a...
I am unable to set event listeners using the react-native BackHandler in a component that is placed inside a modal. I suspect that this happens because the modal is listening to the method that is...
View ArticleReact Native - I cannot send any FormData with fetch
I was trying to send an image and some description from my React Native app to a Node Rest Api but it never reaches the api. This is my code:let formData = new FormData(); formData.append("imageFile",...
View ArticleUpdate App React Native 32 Bits to 64 Bits
I have an outdated 32-bit application to react native, now I want to update that application with the latest versions, my question is, I have to work on that application or I can create a new one with...
View Articleerror: package com.android.annotations does not exist
I have the following classimport com.android.annotations.NonNullByDefault; @NonNullByDefault public final class Log { ... } and here is my build.gradle file (some parts omitted)apply plugin:...
View ArticleHow to upload react-native 0.54.3 android Apk to play store? it is throwing...
we had developed react-native 0.54.3 app and uploaded to playstore. now we are going to update android app now. it is throwing. can we update react-native 0.54.3 apk to playstore? is it possible?
View ArticleDidn't find class "com.facebook.react.devsupport.DevSupportManagerImpl" on...
I tried to enable proguard on my react native (v61.2) application by setting on app level: build.gradleminifyEnabled true proguardFiles getDefaultProguardFile('proguard-android.txt'),...
View ArticleReact Native MQTT.js does not work on Android 9+
I am building an Android app using React Native 0.61 (CLI) and use common MQTT.js packages here: https://www.npmjs.com/package/mqtt(v.3.0.0)This is my build.gradlebuildToolsVersion = "28.0.3"...
View ArticleXMLHttpRequest error in ReactNative Debug mode
I delete my android emulator and create a new one after this when i build my react native project and active debug mode this error appears on emulator but i dont have any problems with Previous...
View ArticleDoes React Native compile JavaScript into Java for Android?
When I develop hybrid apps with React Native. Does the JavaScript code I write transform into Java-Code or Java-Bytecode for the Dalvik/ART Runtime when I create an Android-App from my React Native...
View Article