All Questions
Tagged with react-native npm
1,690 questions
1
vote
0
answers
38
views
Firebase Firestore Installation Conflict in React Native Project
Environment
React Native (bare project)
iOS
Using npm (not yarn)
Current Firebase packages:
@react-native-firebase/app: ^21.10.1
@react-native-firebase/auth: ^21.10.1
Problem
When attempting to ...
1
vote
1
answer
107
views
Expo CLI does not support Node.js 17+ (Legacy expo-cli)
I am trying to check my Expo CLI version using the command:expo --version
But I get this warning:
WARNING: The legacy expo-cli does not support Node +17.
Migrate to the new local Expo CLI: https://...
0
votes
0
answers
28
views
Missing packages and libraries from React Native
So I've been working on an existing project from React Native CLI. I pulled the project down from GitHub and I've been trying to get my environment all setup to run the servers for this app. I keep ...
0
votes
1
answer
102
views
How to Revert `npx expo install some-package`
I read this article: Why You Should Use "npx expo install" instead of "npm install" in Expo React Native App.
Basically, the recommendation is to use npx expo install when possible....
0
votes
1
answer
226
views
When i run this command "npx react-native init MyApp" in vs code terminal, i cannot see android and ios folder created in my directory
There are no gradle files as well. I do not have expo cli installed. I uninstalled Expo also I have checked all the resources as well as asked ChatGPT, but I am not finding a fix to this. ChatGPT says ...
0
votes
0
answers
460
views
What do I do about error code 72 running npx expo start
I am trying to set up expo for react native development on my mac for the first time following the instructions here. I was following the steps to create an android app on a device using VS Code.
...
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
vote
4
answers
4k
views
How to Fix 'Cannot find module lightningcss.win32-x64-msvc.node' Error in NativeWind?
How can I resolve this error and complete the setup for NativeWind? Any suggestions or solutions would be greatly appreciated.
Error: Cannot find module '../lightningcss.win32-x64-msvc.node' while ...
0
votes
0
answers
35
views
npm ERR! Cannot read properties of null (reading 'children') - EAS Build Error
When I was trying to build a .apk file for my React Native expo app this error showed up.
Full error
npm ERR! Cannot read properties of null (reading 'children')
npm ERR! A complete log of this run ...
0
votes
1
answer
398
views
Error: Package "@react-native-firebase/firestore" does not contain a valid config plugin and ERR_UNSUPPORTED_DIR_IMPORT in Expo project
I’m working on an Expo project using @react-native-firebase/firestore. When I run npx expo-doctor, I encounter the following errors:
PluginError: Package "@react-native-firebase/firestore" ...
-1
votes
1
answer
80
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
0
answers
8
views
NPM error while building a React Native app with expo during the build process
pm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@babel%2fruntime - Not found
npm ERR! 404
npm ERR! 404 '@babel/[email protected]' is not in this registry.
npm ERR! 404
npm ERR! ...
2
votes
2
answers
572
views
Expo React Native - Adding node_modules/react-native/cli.js. node_modules/react-native already exists in the file map as a file
I installed a NPM package, which then seemed to mess up my dependency environment, causing my app to crash on launch with the error:
Error: TreeFS: Could not add directory node_modules/react-native, ...
4
votes
3
answers
1k
views
Cannot find module 'react' Error When Running Expo Project in Web Browser
I'm working on my first React Native project using React Native with Expo, and I'm encountering a frustrating issue. The project runs fine on the Expo Go app on my Android device, but when I try to ...
0
votes
0
answers
68
views
React-Native | [BABEL]: Cannot find module 'node:path' [SOLVED Magically?]
This is is for the benefit of anyone who got the same error
The exact error I got was on after running my react-native 0.70.3 project.
index.js: [BABEL]: Cannot find module 'node:path'
Require stack:
-...