In a react-native project, ive recently updated to v66.4 from v63.2 after some dependency conflict troubleshooting, i ultimately get a merged manifest error, th
I am developing mobile app using React Native Expo. I am using react-native-google-places-autocomplete for text auto completetion of location/places. It is Goog
In a react-native project, ive recently updated to v66.4 from v63.2 after some dependency conflict troubleshooting, i ultimately get a merged manifest error, th
I am using onProgress event of Image component from react-native to try to get the file size in bytes of the remote image (the source uses uri). In iOS everythi
How can I implement play store in-app update with my react-native app, which is already live on play store? I have already implemented code push and also int
I have a react-native app which is starting up very slowly on IOS (both on simulator and real device). It happens with both the debug build and the release buil
When I try drag&drop my cert.pem generated with certbot then I get this error: One or more parameters passed to a function were not valid. Simulator IOS 15.
My skills is basic, and i'm newbie in React native, what i want to do is limit the posts in 12 and when the user scroll automatically load more posts. My Code:
I m working on react native project, I m using @react-native-community/netinfo package to check the internet status. It will work to me, but I have a doubt, if
I don't know why my navigation isn't working properly, it throws me the following error every time I want to navigate back to my EventAssistants screen from my
I am currently using Google Firebase Firestore as a REST API. I feel like I am missing something quite basic as I am having a difficult time displaying data. I
I'm using fastlane in my react native app. I am following the documentation in https://docs.fastlane.tools/getting-started/ios/setup/ and everythinhg works fine
I am using react native expo for building mobile app. I followed below steps:- expo init myapp cd myapp expo start After running above 3 commands everything was
after installing some packages like react-native-safe-area-context or react-native-screen, I always have this problem: can't run the app when I run yarn android
I'm trying to test some behavior in my React Native app when the phone goes to sleep, but the phone won't sleep when the app is open. I have the auto-lock set t
Here I'm using react-navigation as my navigation library. How can I change the back button (that is added automatically by react-navigation) functionality for a
I have a React Navigation Tab Component like this: const RootNavigator=TabNavigator({ Home:{ screen: Home ,navigationOptions:{ tabBarIcon: ({fo
I'm making a mobile application with react native. I want to use Realm (mongodb). So after running: npm install realm realm was correctly added in the "node_mo
I have built an app with Expo & firebase and its working with the expo go app. I ran "expo build:android" and got my APK file. The app loads and my Login an
Here is the authcontext import and code import {signInWithPopup, GoogleAuthProvider, createUserWithEmailAndPassword, getAuth, onAuthStateChanged, signInWithEmai