Category "react-native"

@react-native-firebase breaking unit tests

I installed v6 of @react-native-firebase, it's working as expected but when I try to run a unit test I get the following error: Jest encountered an unexpected

Redux Toolkit Query real time updates

is it possible get real time updates maybe I have a product and the amount of product goes from 2 to 1, can I show this in real time with rtk query ?

React Native CallKeep : answerCall' CallKeep Listener occasionally does not run, when answering call while app is terminated/background

Someone, please help! 🙏 answerCall event is not firing in Android only. When we call displayIncomingCall and the incoming call shows on Android, and whe

React-navigation drawer content is misaligned

I'm writing a React Native app that uses the react-navigation 5.x library, specifically @react-navigation/drawer. I have four screens in the drawer, each with a

React Native Tabnavigation Animation

I've implemented the tabnavigator with animation enabled with the following codes (ommitted icons codes for readability). As you can see the navigation, as I

Cant download on iOS with expo-file-system

Im trying to download using Expo-File-System on an expo project with react native. The download option works on Expo-Go during testing but wont work when i push

After cleaning gradle, androidx-test.core module throws merged-manifest errors

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

Google API - Places autocomplete in React Native Expo Project

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

After cleaning gradle, androidx-test.core module throws merged-manifest errors

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

React-native <Image> onProgress event returning wrong event.nativeEvent.total in Android

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 to implement Android playstore in-app update with react-native

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

react-native app starting up slowly (ios)

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

IOS simulator - certificate .pem from cert bot not working - @apollo/client 61: Connection refused

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.

How i can limit the items in the FlatList and add load more?

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:

How to check the internet connection in react native

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

Navigation error: Null is not an object (evaluating '_navigation$getParam.id')

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

Parsing JSON in React Native

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

Using fastlane match gives me: your developer account needs to be updated

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

'expo start' or 'npm start' command stuck at ''Starting metro bundler"

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

React Native Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0

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