My react native app is working fine on my device but when my team mates tried...
I am working on a react native cli application and it was working fine on my device and also in my team mates device but suddenly the app is crashing on other devices but working fine on my device and...
View ArticleReact native text is cutting when render
I'm making an app in react native, this work fine in the majority devices, but in Honor and some Samsungs devices the text is cutting suddenly.How i rendered my text?I attach an example how to make...
View ArticleExpo SQLite executeSql didn't work on Android devices
I'm making my first Expo app. I'm using SQLite for make DB and store data. I have a screen where I add school subjects to database. 2 weeks ago it works, but now it works only on IOS, on Android it...
View ArticleSendbird with React Native doesn’t work at all
[Problem/Question]Sendbird with React Native doesn't work at all[UIKit Version]^3.4.2[Reproduction Steps]I tried locally the following step-by-step Sendbird with React Native...
View ArticleAndroid deep linking not wotking with assetlinks.json
I am trying to implement deep linking to my android app.I have added the following code to my AndroidManifest.xml<intent-filter android:autoVerify="true"><action...
View ArticleReact native recording voice
How can I record a voice using react native and, when recording, have access to data at certain time intervals, say a second, and somehow work with this data, let’s say send it to the server, etc.I try...
View ArticleI can't build with expo apk - react native
I have already managed to build many versions of this same project and put it in the Google Play Store, but I am no longer able to do so with the new versions of the expo SDK etc.Currently, my...
View ArticleREACT NATIVE : ERROR Invariant Violation: No callback found with cbID 747 and...
I'm currently using the react-native-background-geolocation library in my React Native application for geofencing and updating the user's current location on a Google Map. Everything was working...
View ArticleReact Native app is closing as soon as I open
React native infoSystem: OS: macOS 13.6.4 CPU: (8) x64 Apple M2 Memory: 35.99 MB / 8.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 18.19.1 - ~/.nvm/versions/node/v18.19.1/bin/node Yarn: 1.22.21 -...
View ArticleA problem occurred configuring project ':@volst_react-native-tuya'
I am working on an Expo Project. I have installed @volst/react-native-tuya by usingyarn add @volst/react-native-tuyaand I'm using their 0.3.14 Version. I read all this documentation from Hereand follow...
View ArticleHow to open http on expo react native app
How to open http on expo react native appI'm designing an Android app using Expo. I'm struggling with opening a localhost port on the app to create a local API route on the Android device itself. Could...
View ArticleExpo React-Native Android build not updating Version Code for Google Play
I built a React-Native android app and uploaded to Google Play, which worked fine.Now I have a new build I am trying to upload (had no issues uploading to itunes Connect), and Google Play is giving me...
View ArticleCannot find EventEmitter for receiveEvent Error - Fabric Component when...
I'm trying to create a React Native Fabric module with the new architecture. It has to return some information to JavaScript. I'm following the marked answer here as correct for Android, but I can't...
View ArticleExpo build fails on react-native-webrtc
I have included react-native-webrtc in my React Native app, and using Expo to build, but expo fails to build on Android. (Works fine in Web and iOS).npx expo install react-native-webrtc...
View Articlethe error shows Task :app:checkDebugAarMetadata FAILED
when running my code using 'npx react-native run-android' it showsTask :app:checkDebugAarMetadata FAILEDI have tried changing my JDK version because it doesn't show anything at the start and after that...
View ArticleAxios Error: Network error while using Axios get Method in react native
I am using Axios as a network provider in react native and when I try to implement the api I got network error randomly in both iOS and Android, I am using the default inspector to debug the issue, I...
View ArticleOCR with React native
I'm trying to implement an OCR in react-native and I'm encountering some problems with Tesseract ! is there any other alternative or working libraries ?thank youSo far i tried Tesseract and...
View ArticleHow to keep the application running in background react native
I have a react native application which is doing some task and sending the data to the backend. I want this task to keep running even if the app is closed, as in the app should keep running on the...
View ArticleReact native bottom tab bar pushing itself up when opening keyboard
We are using createBottomTabNavigator. In one of the tab contains search bar at the top. While clicking on that search bar, we are opening the keyboard. But the keyboard pushing up the bottom tab bar...
View ArticleReact Native: error Failed to install the app. Make sure you have the Android...
I am new to react native, I tried to install BackEndless from this link:Patch for using Backendless JS-SDK inside React Native App.but I recognized that this was a mistake to do, any way, after...
View Article