mirror of
https://github.com/DocNR/POWR.git
synced 2025-04-19 10:51:19 +00:00
7 lines
165 B
JavaScript
7 lines
165 B
JavaScript
module.exports = function (api) {
|
|
api.cache(true);
|
|
return {
|
|
presets: [['babel-preset-expo', { jsxImportSource: 'nativewind' }], 'nativewind/babel'],
|
|
};
|
|
};
|