trying babel plugin for bigint issue

This commit is contained in:
jemboh 2022-04-08 13:04:05 +01:00
parent cb8bfbe24a
commit 84e8c80b8d
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
module.exports = {
presets: ['module:metro-react-native-babel-preset'],
plugins: ['@babel/plugin-syntax-bigint'],
};