React Native - why is my project folder taking up so much space?
I'm working on a react native project for a startup, but lately I have been noticing some perfomance issues running the Xcode simulator. There is not much animation at all, but simple movements like...
View ArticleErro ao rodar react-native run-android [closed]
quando rodo react-native run-android ele dar o erro dizendo que o adbExe nao é um arquivo.> File '/home/meusuario/Android/Sdk/platform-tools/adb' specified for property 'adbExe' is not a file. e...
View ArticleNo onLongPress for react-navigation HeaderBackButton
I am trying to add onLongPress functionality on a custom header back button, but this doesn't seem like an existing prop. Is there a way around it? I want this functionality as my app is for people...
View ArticleIntegrating react native code into existing android project
Integrating react native code into the existing android project facing the following error.Caused by: java.lang.IllegalAccessError: Method 'void androidx.core.net.ConnectivityManagerCompat.()We are...
View ArticlePause and Resume recording a video is not continue
I am building a camera app (android target) with expo. My problem is during recording a video. I look forward after pause and resume a video It should record continue but it's freezed after I save my...
View ArticleDistorted splash screen in some devices
I'm having trouble fixing the distorted splash screen issue on android. I'm using React native. Note that this only happens to some devices, for example, I have a samsung with android version 4.2.2...
View ArticleAlert.alert not working in React native iOS, but perfectly fine in Android
Please check the code ,import { Alert, } from 'react-native'; Alert.alert('Login Failed', 'Multiple Logins Are Found. \n Logout From All Other Devices to Continue.', [ { text: 'Proceed ?', onPress: ()...
View ArticleFirebase device token not generating on some android device
Working on react-native project using "react-native-push-notification"https://www.npmjs.com/package/react-native-push-notification plugin for push notification. Some devices token not registering e.g...
View ArticleExoplayer infinite buffer state
I'm trying to use the exoplayer for my React Native app using the React Native video package.I have an app with both a HLS stream and a mp4 videos, these videos and are stored on my server (https).When...
View Article[react-native]could not connect to development server on android
When I run "react-native run-android",it gives me error:"could not connect to development server...".Package server is running and i can access it directly from browser in mobile device.My android...
View Articlei want to build Apk of my app but on using gradlew assembleRelease it gives...
I want to make apk file of my application code, but whenever I am running gradlew assembleRelease it gives the following error, I just want to create the build with anything, as I have to deliver my...
View ArticleReactNative add Gradle Dependency using Android Studio
I am very new to Mobile Development especially with the use of Android Studio and Java (but i'm familiar with the language already as i came from C#). But the challenge is i don't yet how to configure...
View ArticleGiftedChat screen not visible when integrating with existing project
I'm new to react native and I am working on adding a chat feature to my app. For learning, I followed a tutorial and made a standalone chat app and it was working perfectly. But when I tried to...
View ArticleHow to show incoming video call using react native agora
I want to add real time calling feature in my react native app. I am using agora with socket.io to make it real time and it's working fine when app is in foreground, but I am stuck when app is closed...
View Article[React-Native][Android] Apollo client losing connection after change wifi source
I'm developing an Android app based on React-native.And I choose Apollo as the framework to transmit data with my graphql database server.Everything works well before I switch the SSID form a...
View ArticleReact Native App update redirect using Linking
When the app starts i manually checking the current installed build number with the latest build number which i stored in database, and then if the installed build version number is less then i...
View Articleexpo build:android -t apk not building with error code 500
I'm trying to build an android app using expo-CLI with the following command. expo build:android -t apk This the outputs I'm getting after running the above build command. ? Would you like to upload a...
View ArticleHow to auto scroll the screen up when virtual keyboard appears in react...
The virtual keyboard covers the text inputs and I cannot see what I'm typing. How to avoid this ? ( I tried using KeyboardAwareScrollView but it still covers the text inputs). Another issue that I got...
View Articlereact-native-google-places-autocomplete not working on React native 0.61
I have added react-native-google-places-autocomplete with yarn in my react-native cli project but it is not working. Here are the issues I am facing at the moment.the places drop down is not showing up...
View ArticleReact Native App update redirect using Linking (bundle release)
When the app starts i manually checking the current installed build number with the latest build number which i stored in database, and then if the installed build version number is less then i...
View Article