All Questions
497 questions
1
vote
1
answer
1k
views
Getting ReferenceError: ReadableStream is not defined, in node js v16.15.0
I am using nodejs version v16.15.0.
I am trying to use expo CLI.
I have installed using command
npx create-expo-app@latest DoneWithIt --template blank
Installation is successful, however when trying ...
-1
votes
1
answer
81
views
How to increase gap between rows?
I am using the React Native calendar. Everything is done except 2 things.
I want to add a gap between rows of dates so my custom background rectangular shape will have extra space.
I want to add a ...
0
votes
1
answer
397
views
Getting Error When Installing Cocoapods in React Native Project
I am working on a React Native Expo project and I am trying to generate the ios files needed for XCode. To do this, I need to run npx pod-install ios after running expo prebuild -p ios to generate the ...
0
votes
1
answer
29
views
Using a local unpublished NPM package in the react native app
I have the following package mylibrary having a class and an interface exported.
src/Notification.ts
import {INotification} from 'INotification';
export class Notification implements INotification {
...
0
votes
0
answers
38
views
React native app crashes when using React-Native-Razorpay Library
Uncaught Error
React native is crashing instantly when this library is called using below code:
import RazorpayCheckout from "react-native-razorpay";
and instantly resolves when removed
...
0
votes
1
answer
161
views
What is exact difference between npm run android and npm start/npm run start in react native application?
I am somewhat new to React Native and have a question about the differences between the commands "npm run android" (same as "npm react-native run-android") and "npm run start&...
0
votes
0
answers
157
views
How to solve React native expo App header or Android phone header color background issue
Why my react native expo cli app showing like this (Pic 1) when I install apk file from expo.dev.
But when I use expo eas dev-client(expo go) then the app work perfectly(Pic 2).At the time of ...
0
votes
0
answers
510
views
npx expo install --fix installs older version of SDK instead of latest
I have a very basic react native expo project which i want to run it on SDK 51.I get this error message on Iphone Expo gp app saying "the installed version of Expo GO is for SDK 51 , the project ...
-1
votes
1
answer
391
views
code ERESOLVE, ERESOLVE could not resolve, While resolving: react-native, Found: react, could not resolve dependency, conflicting peer dependency
i have an React native app running on Expo(49). Since the version quickly became deprecated and unusable with the expo go app, we need to upgrade the sdk. When we tried, the problems started growing.
...
2
votes
2
answers
2k
views
How can I resolve the 'ReferenceError: Request is not defined' error that occurs every time I run the npm start command?
I'm encountering a 'ReferenceError: Request is not defined' error every time I run npm start in my Node.js environment, and I suspect it's stemming from the environmental file "node_modules/@expo/...
0
votes
1
answer
182
views
React Js match the pairs 2 column puzzle
I need to build a match/link pairs from 2 vertical lists for my project.
The pair list for example may be like this:
const [pairs, setPairs] = useState([
{ id: 1, left: "Apple", right: &...
0
votes
1
answer
321
views
Trouble Displaying PDF with Expo Go
I'm working on a React Native application where I need to display PDF files. I've attempted two different approaches, one using react-native-webview and the other with react-native-pdf, but I'm ...
0
votes
1
answer
2k
views
npm ERR! Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! Fix the upstream dependency ...
2
votes
2
answers
184
views
I can't install any library in my react-native project
Perhaps the problem is in cocoapods or that there is something wrong in my json .
However, it does not show errors in the code.
When i try install any library by using yarn i see this :
purrweb@192 ...
1
vote
0
answers
453
views
how to make audio player like whatsapp in wave surfer in react native
how to make audio player like whatsapp in wave surfer in react native
Please provide me any solution , i already search many things , but still i am not to get result , if anyone know any working npm ...