mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
upgrade to expo 53
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
module.exports = function (api) {
|
||||
export default function (api) {
|
||||
api.cache(true);
|
||||
const plugins = [];
|
||||
|
||||
@@ -6,7 +6,6 @@ module.exports = function (api) {
|
||||
|
||||
return {
|
||||
presets: [['babel-preset-expo', { jsxImportSource: 'nativewind' }], 'nativewind/babel'],
|
||||
|
||||
plugins,
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user