feat(create-turbo): create https://github.com/juliusmarminge/acme-corp
This commit is contained in:
15
apps/expo/babel.config.js
Normal file
15
apps/expo/babel.config.js
Normal file
@@ -0,0 +1,15 @@
|
||||
/** @type {import("@babel/core").ConfigFunction} */
|
||||
module.exports = function (api) {
|
||||
api.cache.forever();
|
||||
|
||||
return {
|
||||
presets: [
|
||||
["babel-preset-expo", { jsxImportSource: "nativewind" }],
|
||||
"nativewind/babel",
|
||||
],
|
||||
plugins: [
|
||||
require.resolve("expo-router/babel"),
|
||||
require.resolve("react-native-reanimated/plugin"),
|
||||
],
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user