CoolFace
Apppublic

Mythus/Staging

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
babel.config.js7 linesDownload Raw Back to webeditor
1module.exports = function(api) {2  api.cache(true);3  return {4    presets: ['babel-preset-expo'],5  };6};7