Initial commit
Generated by create-expo-app 2.3.1.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
module.exports = function (api) {
|
||||
api.cache(true);
|
||||
return {
|
||||
presets: ["babel-preset-expo"],
|
||||
plugins: ["expo-router/babel"],
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user