I'm using callkeep to show an incoming call screen when a VoIP push notification is triggered. What I want to accomplish, is to ring the user for just 20 second
My react native project on iOS simulator crashes randomly with this error when I open and close the ChatRoom screen, I guess it's a problem with the react nativ
In IOS there isn't a problem while looking for gps coords. It works fine. On Android side its not stable as IOS. This problem both in real device and emulator.
can someone show me how to query an array of strings with realm in react-native? assume i have an array like the following: const preferences = ["automatic","
I’m taking my first step in react native land and trying to understand the layouting in regards to the soft keyboard. I’ve created a new react proj
How do I add elements in my array arr[] of redux state in reducer? I am doing this- import {ADD_ITEM} from '../Actions/UserActions' const initialUserState = {
Full disclaimer upfront for this one - I've been working with react native for around a week or two, and I suspect that I've encountered this issue without full
Using Firebase auth from https://github.com/invertase/react-native-firebase for the react-native project. It works well in all scenarios, handling the token ren
The mobile app of Twitter has a scrollable tab in the middle of the screen when you are on your profile. The top half of the screen displaying your profile in
I am trying to get to grips with the React hook useState. At the moment I am unable to update the state of my errors object, a little unsure of where I am going
When trying to install react native cli I get the following error messages. How can I solve. PS C:\WINDOWS\system32> npm install -g react-native-cli OpenSSL
I have been trying to find a way to change the placeholder text for a GooglePlacesAutocomplete Component in React Native. I have tried looking through the offic
I'm a new learner on this platform. I code a simple react native app using expo. But I want to build a .apk file. I tried this command: expo build:android Then
I am trying to find a way how to open the google play store with my application when the user is pressing a button inside of the react-native application. Is th
After updating expo it no longer supports building apk files using expo build:android -t apk and instead advices to using eas builds using the command eas build
in my React-Native opened project, I want to receive the data (extra text) sent by another local service app named "scanservice" on its intent output (broadcast
I have a react native component that communicates with Android like this - My React Native code- const myModule = NativeModules.MyProcessor; myModule.proces
I want in implement floor map navigation in my application. Please , suggest any available Library or ways to implement it. Tried following, but does not allo
I am trying to enable date range using react-native-calendars. On my app, the calendar loads a few 'markedDates'; now I need to implement a start and end date f
The Application was working fine until the installation of React-native-Reanimated library but has started to crash post installation when trying to debug remot