Final push before system formatting
This commit is contained in:
10
AppDev/ikt205_2026_18_study_sprint/source/babel.config.js
Normal file
10
AppDev/ikt205_2026_18_study_sprint/source/babel.config.js
Normal file
@@ -0,0 +1,10 @@
|
||||
module.exports = function (api) {
|
||||
api.cache(true);
|
||||
|
||||
return {
|
||||
presets: [
|
||||
['babel-preset-expo', { jsxImportSource: 'nativewind' }],
|
||||
'nativewind/babel',
|
||||
],
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user