mirror of
https://github.com/SrIzan10/featheroom.git
synced 2026-06-06 00:56:49 +00:00
10 lines
181 B
JavaScript
10 lines
181 B
JavaScript
module.exports = function (api) {
|
|
api.cache(true)
|
|
return {
|
|
presets: [
|
|
['babel-preset-expo', { jsxImportSource: 'nativewind' }],
|
|
'nativewind/babel',
|
|
],
|
|
}
|
|
}
|