A decentralized music tracking and discovery platform built on AT Protocol 馃幍
at fix/spotify 9 lines 184 B view raw
1module.exports = function (api) { 2 api.cache(true); 3 return { 4 presets: [ 5 ["babel-preset-expo", { jsxImportSource: "nativewind" }], 6 "nativewind/babel", 7 ], 8 }; 9};