All Questions
1,188 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 ...
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 '...
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
60
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....
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 ...
0
votes
0
answers
70
views
Lerna React Native CLI ERROR: autolinkLibrariesFromCommand
I have a Lerna project There are 2 react native projects inside the packages part.
GameCenter and Bingo
I want to use Bingo in Gamecenter
GameCenter metro.config
const { getDefaultConfig, mergeConfig }...
0
votes
1
answer
109
views
FlatList infinite scroll isn't fetching more data from paginated API
PREMISE
First my API was a simple endpoint for fetching user chat history but the backend team changed the API to add three params: cursor, limit and searchTerm, and I was asked to implement it in ...
0
votes
0
answers
164
views
reCAPTCHA v3: Low Scores for Valid Users and High Scores for Spammers
I’m currently facing challenges with my reCAPTCHA v3 implementation, and I’m looking for guidance on how to resolve them.
Setup
When a user clicks the Submit button, the frontend renders an HTML
page ...
0
votes
2
answers
39
views
Use npm library in React Native, when it imports fs
I understand that I cannot simply use fs in React Native as in Node. However, my situation is a bit different. Here's a simple representation of my problem.
Library:
const fs = require('fs')
function ...
0
votes
0
answers
26
views
Cannot Decode Buffer To Print BLE ECSPOS With React Native
I use React Native to listen for thermal printing request via LAN IP, then I get the Buffer data. But I don't know how to decode it into text to send to Bluetooth Xprinter. Has anyone ever dealt with ...
0
votes
1
answer
255
views
FATAL ERROR: Javascript run out of heapMemory while install modules using yarn
i am running the react native app. It was good till yesterday, but today i am getting the error as below, while I am trying to install the modules listed in the package.json using the
yarn install ...
0
votes
0
answers
117
views
React Native Boiler plate that is not as complex as Ignite
Been building a few mobile apps with react native for quite a while now, however most boiler plate apps are a bit sophisticated like the Ignite boiler plate. Wondering if anyone in the community has ...
0
votes
1
answer
25
views
Unable to open an Existing React Application
I have a react application that I am trying to make some changes on. I am unable to open and run the application. I have installed node and yarn
Node version: Node.js v20.11.0.
Yarn version: yarn ...
0
votes
0
answers
187
views
react quill TypeError: moduleClass is not a constructor
I'm trying to use react-quill in my nextJS project but am getting this error :
1 of 1 unhandled error
Unhandled Runtime Error
TypeError: moduleClass is not a constructor
Call Stack
SnowTheme....
0
votes
1
answer
23
views
React Native - API request is returning data in a second call when calling it for the first time
Does anyone can help me with this. I a trying to make an app to give people access to political data and make better choices with it. By somehow data is being returned only in the second call usualy ...