-
Notifications
You must be signed in to change notification settings - Fork 13
Using eudgc with react native (BigInt problem)? #1
Comments
Hi Bluepuma, this question has been asked before and I received feedback from Pietro from Italy that he solved that issue. Maybe this was helpful facebook/react-native#28492 (comment) It seems like react-native doesn't support the newer ECMA features and BigInt happens to be one of them. If you could share your findings, that would also be greatly welcomed. Thanks. |
Someone find a solution for implementing with react-native?? |
Hi Alexduca, see above. The workaround here facebook/react-native#28492 (comment) seemed to fix the issue. |
Hello @srutz ! |
Someone can help me please |
I would like to use the eudgc library on mobile with React Native.
When I create a React Native app with eudgc integrated (example code: snack.expo.dev), I receive the error
Can’t find variable: BigInt
when the app is compiled.How to reproduce: I usually just scan the "Run on your device" QR code on the Expo website from within the Android Expo app, then the compilation process is started.
During problem research I found a comment on react-native GitHub:
And core-js states (all the way at the bottom):
Is there a way to get eudgc to run with React Native?
The text was updated successfully, but these errors were encountered: