Closed ghorbani-m closed 1 year ago
@Ruffiano We should change the metro.config.js and add the below block to it:
transformer: {
getTransformOptions: async () => ({
transform: {
experimentalImportSupport: false,
inlineRequires: true,
},
}),
},
@Ruffiano We should change the metro.config.js and add the below block to it:
transformer: { getTransformOptions: async () => ({ transform: { experimentalImportSupport: false, inlineRequires: true, }, }), },
Thanks @ehsan6sha , It works.
This problem was solved in the latest update of fula-sec.
I am trying to use the fula-sec library on the fx-fotos react-native mobile application, I just added the package to the project and import it to one of my screens and got this error:
Error: Invalid integer: 0x10000000000000000000000000000000000000000000000000000000000000000, js engine: hermes