feat: Структура проекта
This commit is contained in:
10
apps/frontend/babel.config.js
Normal file
10
apps/frontend/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",
|
||||
],
|
||||
plugins: ["react-native-worklets/plugin"],
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user