Questions tagged [react-native-0.68.2]
5 questions
1
vote
0 answers
React-native BigInt value to a number (ccxt)
Good afternoon, connected the ccxt library to the project, trying to get the data, it gives an error.
LogBox.js:173 Possible Unhandled Promise Rejection (id: 0):
TypeError: Cannot convert a BigInt value to a number
I tried to comment out the code…

Валентин Бабенков
- 11
- 1
1
vote
1 answer
React Native 0.68 upgrade issue in iOS
I have recently upgraded my react native project from 0.62 to 0.68. New Architecture set up has be implemented in android and the code is working fine. But when i try to upgrade the new architectural changes for iOS, but code doesn't run at all.…

Madhu
- 869
- 1
- 17
- 37
1
vote
1 answer
How can I fix error when building React-Native 0.68.0?
The issue seems to be known on the React-Native github repo, but I'm not able to find a solution.
Building a new project on version 0.68.0 always fails with :
I tried many solutions found here and there.
Here are the most obvious troubleshooting…

JSharles
- 565
- 1
- 5
- 16
0
votes
1 answer
React Native fetch stalls without return or error
I'm currently building a React Native Android app and I'm trying to do a simple fetch inside my Code.
const response = await fetch('http://localhost:8081/assets/src/...',{
method: 'GET'
})
There is absolutely no output from this call. No Error,…

Slice
- 33
- 5
0
votes
1 answer
Why does @react-navigation/drawer crashes the chrome debugger in react-native and how can I fix this?
I am using react-navigation version 6 with react-native version 0.68.
/* package.json */
"dependencies": {
"@react-navigation/drawer": "^6.4.1",
"@react-navigation/native": "^6.0.10",
"react": "17.0.2",
"react-native": "0.68.2",
…

Gandalf
- 2,921
- 5
- 31
- 44