cezer

Results 1 comments of cezer

@joshuayoes here's mine ``` JS // metro.config.js module.exports = { transformer: { getTransformOptions: async () => ({ transform: { experimentalImportSupport: false, inlineRequires: false, }, }), }, }; ``` **Setup** -...