my code formatting prettier didn't works well for react native, i don't understand where to config it but it works well with flutter from this code import
I wanted to use Kite Publisher button in React native , I have used it in React but not sure how to use it in React Native?
I want to run my react native app on a real ios device with this line : npx react-native run-ios --udid SOME-UDID but i got this error : xcrun: error: sh -c '/
I'm trying to load @apollo/client on a React Native Expo app. And I get this error: While trying to resolve module @apollo/client from file /Users/andrepena/gi
I am trying to Display list of items with then name and button to download its respective file Same list are available in different other screens. When I click
I am working on project of Food app. I have preference screen where user can click on any desired preference to add in order. This is working but I want to disp
I have drawer and stack navigator. I disabled header of drawer and stack navigators. And create my own header component but I cannot rid of the edge margins of
I am trying to sort data according to date where the latest date must come at top of the list let mapped = predefined.reduce((r, a) => { r[a.date] = [...(
I want to build custom style for the notifications I'm recieving from firebase in kill/background state.
I want to use react-native-dotenv but its not working. https://github.com/zetachang/react-native-dotenv I created a .env file and added a FB_ID=21221 then I go
I am unable to delete items. This is App.js file main file: import { useState } from "react"; import { StyleSheet, Text, View, Button, TextInput, Fl
I am trying to send a string to the native side (android) with a delay. But setTimeout is blocking the execution. Could you explain what is happening? const eve
I have a class constructor and I want populate it with an object that I receive in constructor. But I don't know how to solve this TS error on line this[key] =
When I try to run a react native project with the command react-native run-android the following exception is a displayed: "Android project not found. Are you
I'm using Expo and React Native to create a simple iOS app. I am currently getting this error and have no idea how to fix it. I've tried various other solutions
I am using react navigation drawer v6 with custom header when click on hamburger menu it show drawer its work fine but when I navigate from drawer it change scr
I want to implement a tooth chart like this in react native that user can select a tooth by pressing on it. How can I achieve that?
I'm trying to call an API that takes an image and some data and returns json. I'm using react-native-blob-util with fetch. Problem is, the same code is working
I had react native app I tried to get app events manual by these line await Facebook.logEventAsync('addToCart'); I can see these event on the event manager b
I added home stack and recepies stack files but now when navigating from homescreen to view single recipe the back button doesn't work anymore and doesnt naviga