Keyboard or D Pad navigation on stack navigator Focusing on previous screen...
So I have a stack navigator with a Home screen page which has a mapped array of "Menu Items". They are aligned horizontally. My problem is that when I navigate to any of the page (using keyboard or...
View ArticleReact native app to monitor users app usage and performance monitoring
I wish to build a react native app that will monitor the performance of the device based on the apps used by a user. I would like to get the memory usage, CPU load, battery percentage. Any libraries...
View ArticleHow to get Online Current Date and Time in React Native
I tried to get current time and date by this commandnew Date() But when I change the time on my phone, It changed base on the time on my phone.I want to get the current time and date in real time....
View ArticleSwipeRefreshLayout error on a react-native app after androidx migration
Just migrated my app to androidx and cannot work out this error. I receive it just at the end of npx react-native run-android execution which breaks the app. The error looks like this:...
View Articlebackground a react-native android app using back button
I've followed the example pattern for handling the android back button in the react-native docs and it works well. I can use the hardware back button to pop my navigation stack. At the point that...
View ArticleExecution failed for task ':app:compileDebugJavaWithJavac':
When I try $ react-native run-android on android emulator, I get this error::app:compileDebugJavaWithJavac /home/user/app/android/app/src/main/java/com/package/MainApplication.java:8: error: a type...
View ArticleKeyboardAvoidingView not working with TextInput password fields Properly on...
I am using react-native-paper for Text Input and using KeyboardAvoidingView to remove keyboard issues and put Input fields above the KeyBoard, And this is working for other TextInput fields as expected...
View ArticleIs it possible to display some data from web page on the react native app?
I am new in programming and I don't know so much about it. I was thinking to make phone app with React Native. And I have an idea to make the app that will scan QR code and then display data to the app...
View ArticleHow to implement Mapbox turn-by-turn react-native
I am very new to react-native.And now I want to build app in react-native with turn-by-turn navigation feature, where can I find the library that I can use for? I just find this repository...
View ArticleCant find variable:Buffer in react native android application
This error occures after resolving another error from herewhen It resolves crypto error but it creates new error for me how could I solve it?
View ArticleLottie Animation in react-native expo
I am trying first time to implement lottie animation with json file in my react native expo project but there is nothing appears: I had also added "implementation":...
View ArticleHow to make Push notifications App working in conjunction with the existing...
I am new to mobile development using React Native. I would like to develop a notifications module as an iOS or Android application. It just so happens this module will interact with a web application I...
View ArticleSsh to hotspot doesn't work when mobile data on
I've followed an article (https://www.raspberryconnect.com/projects/65-raspberrypi-hotspot-accesspoints/158-raspberry-pi-auto-wifi-hotspot-switch-direct-connection) to be able to access Raspberry Pi...
View ArticleReact Native 0.61.5 app keeps stopping after upgrade from 0.61.4
I just rebuilt a react native 0.61.5 app with nodejs 12.16.0 on Win10 platform with Android emulator. My previous version was RN 0.61.4 and was working fine. What I did for upgrade was to init a React...
View ArticleLaunch sms app with react-native [Android]
How to launch sms app with react native? I was asking to implement a feature that when I click a button, it will jump to android sms app. I tried the following. But it will open a send message...
View ArticleBridging an native android SDK - heremaps
Currently I am trying to bridge the Heremaps android sdk for react-native via external library. I have successfully bridged it in a local react-native project and am currently in the process of...
View ArticleDEVELOPER_ERROR error code 10 - Firebase google login in react native
I am trying to implement Firebase Google Authentication in my react native application. but getting DEVELOPER_ERROR. error code 10.It works once then when I try to run it again after a week I get the...
View ArticleReact native :: Activity class {/.MainActivity} does not exist
I have faced this issue running an existing RN project. let me tell you a couple of info regarding the project. application id and android source package is different. if I run this command...
View ArticleFlatList's Horizontal Not work well - React Native?
I have in the home screen 4 FlatList and it's work very well,I render items as cards "Image, Name", I render items horizontally, it's work fine, but when I swipe to right/left I see some wired things...
View ArticleReact Navigation: Swipe on drawer does not work in Android
I have been searching for a solution for a long time, but surprisingly, I think nobody has faced it yet. So I am posting it.I have created a simple Drawer Navigator with React Navigation V3. I have...
View Article