mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 13:23:24 +00:00
refactor to turbo
This commit is contained in:
11
apps/expo/babel.config.js
Normal file
11
apps/expo/babel.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
/** @type {import("@babel/core").ConfigFunction} */
|
||||
module.exports = function (api) {
|
||||
api.cache(true);
|
||||
return {
|
||||
presets: [
|
||||
["babel-preset-expo", { jsxImportSource: "nativewind" }],
|
||||
"nativewind/babel",
|
||||
],
|
||||
plugins: ["react-native-reanimated/plugin"],
|
||||
};
|
||||
};
|
Reference in New Issue
Block a user