Using BigInteger on android on either release build or without debugging mode enabled, the type of data returned is object
but with debugger, the data type is bigint
.
Using BigInt
on iOS returns bigint
data on either of the environments.
-
Android without debugger
Data returned here is of type
object
instead ofbigint
-
iOS without debugger
- Android with debugger
Data returned here is of type bigint
as expected
- iOS with debugger
-
npm i
-
npm run android
Toggle developer menu to see the data type returned on each mode.