Initial commit: expo-popcore-app
This commit is contained in:
14
babel.config.js
Normal file
14
babel.config.js
Normal file
@@ -0,0 +1,14 @@
|
||||
module.exports = function (api) {
|
||||
api.cache(true)
|
||||
let plugins = [];
|
||||
plugins.push('react-native-worklets/plugin');
|
||||
return {
|
||||
presets: [
|
||||
["babel-preset-expo", { jsxImportSource: "nativewind" }],
|
||||
"nativewind/babel",
|
||||
],
|
||||
plugins: [
|
||||
...plugins
|
||||
],
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user