in-app update not working Bare Expo, possible onCreate not running and...
I am trying to add Android in-app updates feature onto my bare expo apps, however, after trying to add the code in MainActivities.java, the app just load into the app directly without updating even...
View ArticleReact Navigation + Redux close App on Back Pressed
After converting the app to redux, my react-navigation got some problem. Previously, before integrating with redux, when I press back button (Physical button) react-navigation back to the previous...
View ArticleMicrophone on Android SpeechRecognition stops working
I'm using android SpeechRecognition on an app made with react native. The library used is react-native-voice. The app keep listening all the time for incoming sentences and sends them through 4...
View Articleaccess environment variable in React-Native AndroidManifest.xml
I'm new to React Native. The task at hand is to set my Google API key in AndroidManifest.xml without exposing it, when pushed to GitHub. I set up an environment variable called API_KEY, but however I...
View ArticleHow to create wallet app and what all certificates required for the same?
I want to create a wallet application with the following features:We can store user bank account details (Is it possible?)User can store money in his wallet and transfer it to his account at any timeWe...
View ArticleApp not showing up in Google Play Store for Galaxy S8+ (model G955U), what...
I have an app in Google Play, which has such configuration: minSdkVersion = 21 compileSdkVersion = 28 targetSdkVersion = 28 buildToolsVersion = '28.0.0' supportLibVersion = '28.0.0'One of the potential...
View ArticleAndroid Studio setting node directory for build (Cause: error=2, No such file...
My project build fails because it's using the incorrect directory to run Node. How do I go about setting the Node directory for these compile-time tasks?The specific task...
View ArticleReact Native VLCPlayer RTSP Latency (Android version)
I am using react-native-yz-vlcplayer for a react native application. I have a latency problem on android, the latency is too high. On iOS, I have almost no latency thanks to the plugin options:...
View ArticleFirebase in app messaging for React Native not displaying
I have an Android React Native app which uses Firebase. It now requires in app messaging for which I have followed the instructions here.When I send a test message from Firebase using the instance id...
View ArticleTask :react-native-firebase:compileReleaseJavaWithJavac FAILED
I clone my own repo. project in on react native, I installed node modules and set Jdk8 as per requirements of my project. Then i run my project using react-native run-android. show me error Task...
View Articlereact-native-push-notification cannot receive any push notification from...
I've try to test push notification on CDM Firebase but still cannot receive any push notification. I'm using react-native-push-notification package, try to local notification or scheduled it works but...
View ArticleChasing build errors on React Native every time - Solutions?
I have just recently dipped toes in the React Native mobile development on Android (Android Studio, Gradle). As I was setting up the development environment, I got some build error (License agreement...
View ArticleHow to solve "libmain.so not found" while using Unity as a library in Android...
We have a ReactNative application that has integrated Unity based on react-native-unity-view successfully as a library for quite a long time. However, after most recent updates on ReactNative regarding...
View ArticleHow to enable Scrollview in a Component Within a Component
Screenshot Of ViewI am trying to add Scrollview in my main screen where i am showing an array of products. As I add a SCROLLVIEW on my screen it does not enable the scroll feature. I have made a View...
View ArticleHow restart android app after unlock screen
I have a react native app that use paho mqtt (react native module) the problem is that when the screen is lock, this service die. Im not android developer but I read that the problem is that doze mode...
View ArticleReact Native Duplicate class com.google.android.gms.measurement.internal.zzhw
I just did few changes in JS side of my project without updating any packages or something but now I get these errors..Task :app:checkReleaseDuplicateClasses FAILEDFAILURE: Build failed with an...
View ArticleIs there a solution for phones communicating via bluetooth in React Native?
Now I am developing a project in React Native, in which two phones need to communicate with each other via Bluetooth.I've searched the Internet and found the two most popular libraries for RN...
View ArticleReact Native Deep Linking and fallback to webpage by passing some data
I have a website (implemented with React) and a React-native app to use camera and process some data. In my scenario, on the website, there is a button to open the camera by deep-linking to my...
View ArticleHow to Play Multiple Audio's in React Native?
I want to play multiple audio files in my React Native application. Currently, it is one audio at a time and i also want single audio to be played at a time. What I want is if one audio is playing and...
View Articlewhy do i have to reload the app after change direction from LTR to RTL in...
I use I18nManager.forceRTL(true) in initialState or componentDidMount life cycle but it does't work and if I reload my App, it works. I mean I have to reload the App to see the effect, what is the...
View Article