I use i18next and I want to pass the t function prop to my interface. exp: const { t } = useTranslation(); export interface ITranslate { translate: ... type
I want to get data from database. the function CurrentUserId get the details of the current user. i need to get data using GetTemplate function the problem is t
I am trying to create an app layout in React Native using Native Base where I have 6 identical cards positioned vertically on the screen. To create the cards I
We have to break the checkout flow in our mobile app and move it outside the app. So currently we have it setup that tapping Cart & Accoun
Problem: When I run the remote debugger, metro server says it can't find this file. Error: ENOENT: no such file or directory, open '/home/hery/Workspace/NyTiona
I've updated quite a few NPM packages in my React Native app and now even though it seems to build fine, it starts and immediately crashes on the iOS simulator.
The "Show Inspector" hud overlay is pushed to the bottom of the screen (see image), how can I open it correct? I've tried clicking on the tabs and dragging it b
First, I am not good at English. I'm sorry. I get the following error on every touch event All that has been modified is to install the react-native-scroll-menu
I have 3 lists of a clickable links, so when you click one you go to that section and the line too. so this is my code : <div className="description-containe
I want to calculate distance between two point using Argument reality in react native. currently i'll try with viro react community. loke this https://github.co
how can I access to the email and birthday in expo facebook login ? I only get the name and ID... async function logIn() { try { await Facebook.init
I have been given in built ui kit which has class based component without extending React.Component. Now i need to use those UI components for building UserInte
Since most of the react-native-recaptchaV3 libraries are outdated, im trying to create component to get invisible recaptchaV3. But onMessage() returns nothing t
I have been working with the react-native-gradient and I am getting the following error regarding the package. Error Invariant Violation: requireNativeComponent
I have a Modal that the user selects categories from, and then that category loads into a FlatList on their profile page. When the first category is selected, i
I'm trying to build a mobile application with expo and react-native, I have a screen where I need to generate a passphrase for the user and I'm using react-nati
I am trying to move my existing React Native (typescript) project to Expo. Everything is working fine in Expo except modal with Lottie animation ( without expo
I'm using react-query to make two separate queries in the same React component. I originally tried using two useQuery hooks: export default function Component()
I am trying to use a ReactNative package, react-native-otp-verify to implement automatic SMS verification. At this point, I am getting an error though, that I n
Now I can play videos from vimeo in react-native. import WebView from 'react-native-autoheight-webview'; <WebView allowsFullscreenVideo scrollEnabled={false