React-navigation works fine in debug but not in release mode
I am facing a problem since few weeks, I am using react-navigation in my react-native app, when I test on my device in debug mode I navigate properly between screens but when I build a signed apk, the...
View ArticleCannot read property 'navigate' of undefined - React Native Navigation
I am currently working on a app which works with react native and I tried to make a flow using react-navigation working on this tutorial but I am having trouble at the point of running my project, I've...
View Articlereact-native .58.1 cannot build Android release
I want to build Android release but I keep getting the same error no matter what I try.Here is the error output/app/build/generated/assets/react/release/index.android.bundle bundle: Done writing bundle...
View ArticleReact Native Android build failed due to error : Task...
I ran react-native run-android command while my android emulator was already running on macOS but I got this error below: Got this error in the terminal while buildingThis is my...
View ArticleCan't get setBackgroundMessageHandler to work
In react-native-firebase v6, I can't get setBackgroundMessageHandler to work in my app. Notifications are received just fine but the handler is not executed.I have done it like in the guide to no...
View Articlecould not generate APK on react native
I create a key with this command :keytool -genkey -v -keystore first-key.keystore -alias first-key-alias -keyalg RSA -keysize 2048 -validity 1000 and add this to gradle file :signingConfigs { release {...
View ArticleStrange react-native warnings/errors
While working on an existing app, I have encountered a number of warning/errors:1:2:3:4:5:The yellow warnings seems to go away after dismissing them, however, I have to reload the app to get rid of the...
View ArticleProblem of getting Gradle resource in react-native
After I get start react-native according to its official tutorial. I have not been able run a simple app. this is the error that I've got:FAILURE: Build failed with an exception.What went wrong: A...
View ArticleCannot read property 'map' of undefined in react native metro builder
I get that problem after the app have successfuly run on my device. I don't understand whats the problem. Here is the error bundling failed: TypeError: Cannot read property 'map' of undefined at...
View ArticleWhen I run "react-native run-android" for the first time, I got error...
Please see my snapshot as attached
View ArticleEvent clicks on android CustomView controls - React Native
Im rendering a android layout.xml file on react native.while trying to implement events on views inside layout.xml on android.I'm not able to acheive itmy customview.xml layout.<?xml version="1.0"...
View ArticleHow can we read device status in react native? (eg: phone in call , sleep...
I just need to read the status of the phone eg: in phone call /sleep mode etc ... is there any way to read all the status ?
View ArticleStuck when run react-native application
I run react-native application in emulator but when I run npx react-native run-android --no-jetifier, run stuck and do nothing : enter image description hereMy emulator : enter image description...
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 ArticleCheck device for VoLTE support - ReactNative
I'm searching for a way to detect device is support VoLTE or not from my developed app using react native. Search on internet and couldn't find a correct answer. Could some one guide me to find out...
View ArticleOfficial API for grabbing app version on Google PlayStore
I know Apple has this API I can hit:http://itunes.apple.com/lookup?bundleId={id}However, for the PlayStore, I'm looking for something similar, rather than parsing the app...
View ArticleHow to react all android notifications in react native similar to...
I'm looking for a solution where I can read all the android notification on the phone of different apps only after read notifications permission is given by the user with react-native. I've achieved...
View ArticleReact-Native Detect App running on Foreground
How do you go about detecting what app is currently running on the foreground when using react-native.My RN app will be running in the background and needs to be able to detect the launch of specific...
View ArticlePush notification not receiving some Android 9 background
I am trying to catch the problem with Expo React Native SDK 34 in push notification service. In most android 9 devices i have a couple of problems, but the weirdest is that in push notification is...
View ArticleBuild failed with an exception react-native
got this error when running this command react-native run-androidI even tried so many things to deal with this like degrade your Java SDK version from 13 to 11, but nothing solved the issue.here is the...
View Article