All Questions
Tagged with react-native node.js
3,325 questions
-2
votes
0
answers
23
views
Needed React native payment integration [closed]
I am trying to integrate the payment system for react native but got deadlock. I am able to creat it in react but successurl and failure I couldn't make it. Is is possible as like the react or do I ...
1
vote
1
answer
34
views
How can I fix: _lruCache is not a constructor
I have dug myself into a hole. I have been chasing a bug for a while that I finally concluded today must be in my version of expo or react or react native. But that is another issue. So I started ...
1
vote
1
answer
23
views
Reached heap limit Allocation failed - JavaScript heap out of memory - Legacy RN app
I`m running a legacy react native app (0.68.5), with a MacBook Pro (m2, 16GB of ram), and i keep getting:
Reached heap limit Allocation failed - JavaScript heap out of memory
Some time the app runs ...
0
votes
0
answers
49
views
Error “autolinkLibrariesFromCommand” When Running Gradle Clean on React Native 0.78 (Windows 11)
I'm developing a cross-platform React Native app (version 0.78) on Windows 11 targeting both iOS and Android. When I run the following command in the Visual Studio Code terminal:
.\gradlew clean
I ...
0
votes
0
answers
51
views
Xcode Using Wrong Node.js Path When Building React Native iOS App
I'm working on a React Native project, and when I try to build the app for the iOS emulator using Xcode, I get the following error:
Node found at: /opt/homebrew/Cellar/node/23.4.0/bin/node
/Users/...
0
votes
0
answers
80
views
I am trying to render a video to my react native mobile app but it come up as blank
const renderPost = ({ item }) => {
const mediaUri = `http://10.50.99.238:5001${item.media_url}`;
return (
<View
style={{ padding: 10, borderBottomWidth: 1, borderBottomColor: &...
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
48
views
Could not Resolve all files for configuration ':classpath'. could not find com.facebook.react:react-native-gradle-plugin:0.73.0
I've been facing this issue for the past 3 weeks. building the app always returns this error:
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project '...
0
votes
0
answers
172
views
React native Expo suddenly stopped connect to server
I was working on a react native expo app, and using Expo Go with no issues. Suddenly the next day without changing anything, when taking a picture of the QR code to load on the app, it gets stuck ...
0
votes
0
answers
34
views
Expo cannot connnect to Nodejs server using http calls
So I have been trying to connect my local Node.js server with my Expo app, and for some reason the Expo app, when trying to call my Node.js server, just times out, but if I run the expo app on web, it ...
0
votes
0
answers
34
views
Unable to Process UPI Payments in IOS with requestSubscription Function in React Native IAP
Here is my code for IOS:-
const handleBuySubscription = async (productId: any) => {
try {
setLoading(true);
await clearTransactionIOS();
console.log('in handle buy ...
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 ...
0
votes
0
answers
59
views
Unable to use expo tunnel
Ngrok is working fine, but whenever i use npx expo start --tunnel
Starting project at ....
Starting Metro Bundler
CommandError: spawn EPERM
Check the Ngrok status page for outages: https://status....
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
80
views
React Native Expo app keeps crashing in production build
My react native app works fine in development envorionment, however when I build it (successfully by running eas build --platform android --profile preview) and run on my android phone or emulator it ...