You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into a problem with my expo react native app ERROR ReferenceError: Can't find variable: BigInt
This might not be related but I thought I would give it a shot and reach out to you.
It seems like some of my 3rd party packages imports BigInt. My app is working fine with jsc runtime on ios however on android i ran into this error.
While searching for similar problems or issues on the web I found your github repo. I believe one of the reasons for separating jsc from react native is for better maintenance and I was wondering if you came across the same issue.
I read that the normal jsc from facebook uses the 2014 version which obviously does not support BigInt.
I thought using your jsc might help fix my issue. I wanted to ask if there is a way to use your package within an expo app.
Any help or suggestions where I might find help would be great!
Thank you and I hope you have a great week!
The text was updated successfully, but these errors were encountered:
Hello,
I ran into a problem with my expo react native app
ERROR ReferenceError: Can't find variable: BigInt
This might not be related but I thought I would give it a shot and reach out to you.
It seems like some of my 3rd party packages imports BigInt. My app is working fine with jsc runtime on ios however on android i ran into this error.
While searching for similar problems or issues on the web I found your github repo. I believe one of the reasons for separating jsc from react native is for better maintenance and I was wondering if you came across the same issue.
I read that the normal jsc from facebook uses the 2014 version which obviously does not support BigInt.
I thought using your jsc might help fix my issue. I wanted to ask if there is a way to use your package within an expo app.
Any help or suggestions where I might find help would be great!
Thank you and I hope you have a great week!
The text was updated successfully, but these errors were encountered: